We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e7034 commit 3d9d8b5Copy full SHA for 3d9d8b5
package.json
@@ -8,6 +8,7 @@
8
"main": "dist/maskedInput.js",
9
"scripts": {
10
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
11
+ "lint": "./node_modules/.bin/eslint src/MaskedInput.js",
12
"babel": "npm run babel-component & npm run babel-poly",
13
"babel-component": "babel src/ff-polyfill.js --out-file dist/ff-polyfill.js",
14
"babel-poly": "babel src/MaskedInput.js --out-file dist/maskedInput.js",
0 commit comments