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

Added custom transform function support alongside uppercase and lowercase

Added tests to an upcoming functionality
Fixed several lint issues manually
Added "lint:fix" npm script
Made it available to use 'uppercase' or  'lowercase' alongside custom transform function & applied several tests editions
This commit is contained in:
Sergey Luschik
2020-10-09 01:44:09 +03:00
parent 26234704f0
commit dd90143364
4 changed files with 91 additions and 4 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"serve": "rimraf dist && NODE_ENV=development rollup -c --watch",
"build": "rimraf dist && NODE_ENV=production rollup -c && NODE_ENV=production DISABLE_BABEL=yes rollup -c",
"test": "jest",
"lint": "standard 'src/**'"
"lint": "standard 'src/**'",
"lint:fix": "standard 'src/**' --fix"
},
"main": "dist/maska.umd.js",
"module": "dist/maska.esm.js",