We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12e5c4 commit bfb9e67Copy full SHA for bfb9e67
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "vue-masked-input",
3
"description": "Masked input component for Vue.js 2.X",
4
- "version": "0.3.5",
+ "version": "0.4.1",
5
"author": "niksmr",
6
"license": "MIT",
7
"homepage": "https://github.com/niksmr/vue-masked-input",
8
- "main": "src/MaskedInput.vue",
+ "main": "src/MaskedInput.js",
9
"scripts": {
10
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
11
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
0 commit comments