Browse Source

Adds `dist/jquery.inputmask.bundle.min.js` to the npm files

Adds `dist/jquery.inputmask.bundle.min.js` to the npm files so the file is available by npm consumers of Inputmask
Fong Chin 9 years ago
parent
commit
06fe00b111
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -7,6 +7,7 @@
 		"dist/inputmask/",
 		"extra/",
 		"dist/jquery.inputmask.bundle.js",
+		"dist/jquery.inputmask.bundle.min.js",
 		"index.js"
 	],
 	"scripts": {