Browse Source

Merge pull request #1190 from OddEssay/OddEssay-patch-1

Update package.json 'files' to include extra/bindings
Robin Herbots 9 years ago
parent
commit
e9678d3591
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package.json

+ 1 - 2
package.json

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