Skip to content

Commit

Permalink
Prepped for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed Jan 10, 2019
1 parent 77528fb commit 62ae7ad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
src
package-lock.json
tslint.json
tsconfig.json
.prettierrc
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
"mongodb": "^3.1.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/erikc5000/nest-mongodb.git"
}
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"target": "es2017",
"target": "es6",
"module": "commonjs",
"lib": ["es2017"],
"declaration": true,
"outDir": "lib",
"rootDir": "src",
Expand Down

0 comments on commit 62ae7ad

Please sign in to comment.