babel-preset-catl
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "babel-preset-catl", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "lib/index.js", | ||
@@ -20,2 +20,3 @@ "license": "MIT", | ||
"build": "rimraf lib && mkdirp lib && babel src --out-dir lib", | ||
"prepublishOnly": "npm run build", | ||
"catl": "node_modules/.bin/catl" | ||
@@ -28,4 +29,7 @@ }, | ||
"devDependencies": { | ||
"catl": "^1.7.12" | ||
"babel-cli": "^6.24.0", | ||
"catl": "^1.7.12", | ||
"mkdirp": "^0.5.1", | ||
"rimraf": "^2.4.2" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
88808
4