Skip to content

Commit 44d5975

Browse files
committed
Fix npm ignore
1 parent 2f9836e commit 44d5975

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

.npmignore

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
build
1+
.changeset
2+
.github
3+
coverage
24
doc
3-
test
4-
src
55
node_modules
6-
*.log
7-
.DS_Store
6+
src
7+
test
8+
.babelrc
9+
.editorconfig
10+
.eslintrc.js
811
.npmignore
9-
LICENSE
12+
jest.config.ts
1013
package-lock.json
14+
tsconfig.json
15+
webpack.config.babel.js

package.json

-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
"library",
1515
"no-jquery"
1616
],
17-
"files": [
18-
"lib",
19-
"index.d.ts",
20-
"purejs.js",
21-
"purejs.js.map",
22-
"index.js",
23-
"index.js.map"
24-
],
2517
"main": "purejs.js",
2618
"typings": "index.d.ts",
2719
"engines": {

0 commit comments

Comments
 (0)