Skip to content

Commit b4942d6

Browse files
committed
Add .npmignore
1 parent 152d21f commit b4942d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.test.ts
2+
node_modules
3+
.gitignore
4+
yarn.lock
5+
tslint.json
6+
tsconfig.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"prepare": "tsc",
66
"test": "jest"
77
},
8-
"version": "1.1.9",
8+
"version": "1.1.11",
99
"main": "out/index.js",
1010
"types": "out/index.d.ts",
1111
"author": "Coder",

0 commit comments

Comments
 (0)