Browse Source

Specify files for NPM package.

NaotoshiFujita 3 years ago
parent
commit
c520600fae
2 changed files with 3 additions and 7 deletions
  1. 0 7
      .npmignore
  2. 3 0
      package.json

+ 0 - 7
.npmignore

@@ -1,7 +0,0 @@
-node_modules/
-images/
-
-.editorconfig
-
-tests/
-jest.config.js

+ 3 - 0
package.json

@@ -67,5 +67,8 @@
   "browserslist": [
     "> 5%",
     "ie 10"
+  ],
+  "files": [
+    "dist"
   ]
 }