We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9836e commit 44d5975Copy full SHA for 44d5975
.npmignore
@@ -1,10 +1,15 @@
1
-build
+.changeset
2
+.github
3
+coverage
4
doc
-test
-src
5
node_modules
6
-*.log
7
-.DS_Store
+src
+test
8
+.babelrc
9
+.editorconfig
10
+.eslintrc.js
11
.npmignore
-LICENSE
12
+jest.config.ts
13
package-lock.json
14
+tsconfig.json
15
+webpack.config.babel.js
package.json
@@ -14,14 +14,6 @@
"library",
"no-jquery"
16
],
17
- "files": [
18
- "lib",
19
- "index.d.ts",
20
- "purejs.js",
21
- "purejs.js.map",
22
- "index.js",
23
- "index.js.map"
24
- ],
25
"main": "purejs.js",
26
"typings": "index.d.ts",
27
"engines": {
0 commit comments