Skip to content

Commit 16def35

Browse files
committed
bump
1 parent 3c3a63c commit 16def35

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.npmignore

+9
Original file line numberDiff line numberDiff line change
@@ -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

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
{
22
"name": "type-mongodb",
3-
"version": "0.0.1-beta1",
3+
"version": "0.0.1-beta3",
44
"description": "A simple decorator based MongoDB ODM.",
55
"keywords": [],
66
"author": "Jordan <[email protected]>",
77
"license": "ISC",
8-
"main": "lib/index.js",
9-
"typings": "lib/index.d.ts",
10-
"directories": {
11-
"lib": "lib"
12-
},
138
"files": [
14-
"lib"
9+
"lib/**/*"
1510
],
11+
"main": "lib/index.js",
12+
"typings": "lib/index.d.ts",
1613
"scripts": {
1714
"build": "tsc -b . --force",
1815
"clean": "rimraf lib",

0 commit comments

Comments
 (0)