Comparing version 1.3.1 to 1.3.2
/*! | ||
* maska v1.3.1 | ||
* maska v1.3.2 | ||
* (c) 2019-2020 Alexander Shabunevich | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* maska v1.3.1 | ||
* maska v1.3.2 | ||
* (c) 2019-2020 Alexander Shabunevich | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* maska v1.3.1 | ||
* maska v1.3.2 | ||
* (c) 2019-2020 Alexander Shabunevich | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* maska v1.3.1 | ||
* maska v1.3.2 | ||
* (c) 2019-2020 Alexander Shabunevich | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* maska v1.3.1 | ||
* maska v1.3.2 | ||
* (c) 2019-2020 Alexander Shabunevich | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* maska v1.3.1 | ||
* maska v1.3.2 | ||
* (c) 2019-2020 Alexander Shabunevich | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "maska", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Simple zero-dependency input mask for Vue.js and vanilla JS", | ||
@@ -28,2 +28,3 @@ "keywords": [ | ||
"jsdelivr": "dist/maska.umd.js", | ||
"types": "types/index.d.ts", | ||
"devDependencies": { | ||
@@ -38,3 +39,4 @@ "@babel/core": "^7.7.5", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"standard": "^14.3.1" | ||
"standard": "^14.3.1", | ||
"typescript": "^4.1.2" | ||
}, | ||
@@ -41,0 +43,0 @@ "browserslist": "> 0.25%, ie 11", |
@@ -69,3 +69,3 @@ # Maska | ||
// use as plugin | ||
app.use(Maska.install); | ||
app.use(Maska); | ||
// or as directive | ||
@@ -72,0 +72,0 @@ // app.directive('maska', Maska.maska); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58279
24
649
10