浏览代码

Update package.json 'files' to include everything in extra

Paul Bennett-Freeman 10 年之前
父节点
当前提交
184b46afab
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      package.json

+ 1 - 3
package.json

@@ -5,9 +5,7 @@
   "main": "./dist/inputmask/jquery.inputmask.js",
   "files": [
     "dist/inputmask/",
-    "extra/bindings",
-    "extra/dependencyLibs/",
-    "extra/phone-codes/",
+    "extra/",
     "dist/jquery.inputmask.bundle.js"
   ],
   "scripts": {