Skip to content

Commit

Permalink
added new npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Feb 27, 2020
1 parent fe8af30 commit caa72a9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 43 deletions.
48 changes: 14 additions & 34 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,14 @@
# compiled output
/dist
/node_modules

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# OS
.DS_Store

# Tests
/coverage
/.nyc_output

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
tsconfig.json
node_modules/
src/
.circleci/*
.env*
test/*
CHANGELOG.md
LICENSE
CONTRIBUTING.md
.all-contributorsrc
/index.ts
yarn.lock
yarn-error.log
package-lock.json
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nest-pgpromise",
"name": "nestjs-pgpromise",
"version": "1.1.0",
"description": "",
"author": "Rubin Bhandari",
Expand All @@ -17,28 +17,30 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"keywords": [
"nestjs","postgres","pg"
"nestjs",
"postgres",
"pg"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@nestjs/common": "^6.10.1"
"@nestjs/common": "^6.11.8"
},
"dependencies": {
"pg-promise": "^10.3.1"
"pg-promise": "^10.4.4"
},
"devDependencies": {
"@nestjs/common": "^6.10.1",
"@nestjs/core": "^6.10.1",
"@nestjs/platform-express": "^6.10.1",
"@nestjs/common": "^6.11.8",
"@nestjs/core": "^6.11.8",
"@nestjs/platform-express": "^6.11.8",
"@nestjs/testing": "6.11.8",
"@types/express": "4.17.2",
"@types/jest": "25.1.3",
"@types/node": "13.7.6",
"@types/supertest": "2.0.8",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.3",
"rxjs": "^6.5.4",
"jest": "25.1.0",
"prettier": "1.19.1",
"supertest": "4.0.2",
Expand Down
1 change: 0 additions & 1 deletion test.js

This file was deleted.

0 comments on commit caa72a9

Please sign in to comment.