We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3a63c commit 16def35Copy full SHA for 16def35
.npmignore
@@ -0,0 +1,9 @@
1
+src
2
+coverage
3
+tests
4
+README.md
5
+tsconfig.json
6
+tslint.json
7
+*.spec.ts
8
+*.test.ts
9
+.prettierrc
package.json
@@ -1,18 +1,15 @@
{
"name": "type-mongodb",
- "version": "0.0.1-beta1",
+ "version": "0.0.1-beta3",
"description": "A simple decorator based MongoDB ODM.",
"keywords": [],
"author": "Jordan <[email protected]>",
"license": "ISC",
- "main": "lib/index.js",
- "typings": "lib/index.d.ts",
10
- "directories": {
11
- "lib": "lib"
12
- },
13
"files": [
14
- "lib"
+ "lib/**/*"
15
],
+ "main": "lib/index.js",
+ "typings": "lib/index.d.ts",
16
"scripts": {
17
"build": "tsc -b . --force",
18
"clean": "rimraf lib",
0 commit comments