appear-animation
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "appear-animation", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -10,5 +10,10 @@ "main": "index.js", | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"babel-cli": "^6.7.7", | ||
"babel-preset-es2015": "^6.6.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "babel index.js --presets babel-preset-es2015 --out-dir dist", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -15,0 +20,0 @@ "repository": { |
4613
6
101
2