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:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user