Skip to content

Commit

Permalink
fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Forveille committed Aug 22, 2019
1 parent a881c8e commit 2e883a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### @titou10titoui10/v-mask
### @titou10/v-mask
**A vue.js package that provides a directive to apply a mask to input tags**

This package has been created after the`"mask"` property of the`"v-text-field"`component has been removed and I was not able to find another package that allow to **retrieve the masked and unmasked value** of an input text from a directive
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@titou10/v-mask",
"description": "mask directive for vue.js that exposes the unmasked value",
"version": "0.9.0",
"version": "0.9.2",
"author": "Denis Forveille <[email protected]>",
"license": "MIT",
"keywords": [
"vue",
"diretive",
"mask"
"directive",
"mask",
"v-mask"
],
"main": "dist/index.js",
"files": ["dist"],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
Expand Down

0 comments on commit 2e883a6

Please sign in to comment.