Skip to content

Commit

Permalink
better confs
Browse files Browse the repository at this point in the history
  • Loading branch information
vajahath committed Jan 29, 2018
1 parent e98e8e2 commit b81b821
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 14 deletions.
7 changes: 5 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ media/
node_modules/
src/
tests/
typings/
./typings/
.editorconfig
.gitignore
.eslintignore
.eslintrc.yml
.gitignore
.npmignore
.prettierignore
.prettierrc
.travis.yml
.yo-rc.json
tsconfig.json
tslint.json
gulpfile.ts
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Vajahath Ahmed
Copyright (c) 2018 Vajahath Ahmed

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 0 additions & 9 deletions index.d.ts

This file was deleted.

Binary file removed media/cong.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.4.0",
"description": "Yet another SQL query builder for Node.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"typings": "dist/typings/index.d.ts",
"scripts": {
"prepublishOnly": "ts-node accessories/prepublish-log.ts && npm run build",
"test": "ts-node accessories/test-log.ts && cross-env NODE_ENV=test mocha tests/ --compilers ts:ts-node/register,tsx:ts-node/register --recursive --reporter spec",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"outDir": "dist",
"baseUrl": ".",
"declaration": true,
"declarationDir": "./",
"declarationDir": "./dist/typings",
"paths": {
"*": ["node_modules/*", "typings/*"]
}
Expand Down

0 comments on commit b81b821

Please sign in to comment.