2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-11 18:02:27 +03:00

Update docs and meta info

This commit is contained in:
Alexander Shabunevich
2019-09-25 16:36:31 +03:00
parent 1c9f047753
commit bd2d5e0075
3 changed files with 90 additions and 77 deletions
+6 -1
View File
@@ -1,6 +1,6 @@
{
"name": "maska",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple zero-dependency input mask for Vue.js and vanilla JS",
"keywords": [
"mask",
@@ -8,6 +8,11 @@
"vue"
],
"author": "Alexander Shabunevich <alex@aether.ru>",
"homepage": "https://beholdr.github.io/maska/",
"repository": {
"url": "https://github.com/beholdr/maska",
"type": "git"
},
"license": "MIT",
"scripts": {
"serve": "rimraf dist && webpack --watch",