babel-plugin-cabloy-front-bean-module
Advanced tools
Comparing version 1.0.3 to 1.0.5
{ | ||
"name": "babel-plugin-cabloy-front-bean-module", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "babel-plugin-cabloy-front-bean-module", | ||
@@ -18,2 +18,8 @@ "publishConfig": { | ||
], | ||
"scripts": { | ||
"lint": "eslint .", | ||
"clean": "tsc -b --clean", | ||
"tsc:publish": "npm run clean && tsc -b", | ||
"prepublishOnly": "npm run tsc:publish" | ||
}, | ||
"keywords": [ | ||
@@ -31,5 +37,3 @@ "egg", | ||
}, | ||
"scripts": { | ||
"lint": "eslint ." | ||
} | ||
} | ||
"gitHead": "310af93539ce6c4b27d0676dba1c8a7982f42273" | ||
} |
6143
7