Explorar el Código

Specify files for NPM package.

NaotoshiFujita hace 3 años
padre
commit
c520600fae
Se han modificado 2 ficheros con 3 adiciones y 7 borrados
  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"
   ]
 }