dyna-animation
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "dyna-animation", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Animations with react", | ||
@@ -27,3 +27,3 @@ "repository": { | ||
"clear-npm-cache": "npm cache clear --force", | ||
"update-release": "npm update && git add -u && git add -A && git commit -m \"update\" && npm run release", | ||
"update-release": "npm update && git add -u && git add -A && git commit -m \"last minute update-release changes\" && npm run release", | ||
"reinstall": "rm ./package-lock.json; rm -rf ./node_modules; npm install" | ||
@@ -42,3 +42,3 @@ }, | ||
"@types/jest": "^19.2.2", | ||
"@types/node": "^7.0.54", | ||
"@types/node": "^7.0.56", | ||
"@types/react": "16.0.36", | ||
@@ -74,3 +74,3 @@ "@types/react-dom": "16.0.3", | ||
"less": "^2.7.2", | ||
"less-loader": "^4.0.4", | ||
"less-loader": "^4.1.0", | ||
"node-sass": "^4.5.3", | ||
@@ -77,0 +77,0 @@ "postcss-cli": "^4.1.0", |
40525