Kaynağa Gözat

Specify files for NPM package.

NaotoshiFujita 3 yıl önce
ebeveyn
işleme
c520600fae
2 değiştirilmiş dosya ile 3 ekleme ve 7 silme
  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"
   ]
 }