Skip to content

Commit

Permalink
1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Luo committed Nov 11, 2017
1 parent 9b3bbe2 commit 2a39aaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "react-simple-animate",
"version": "1.7.4-beta.4",
"version": "1.7.4",
"description": "react simple animate",
"main": "lib/animate.js",
"keywords": ["react", "animate"],
"keywords": [
"react",
"animate"
],
"scripts": {
"clean": "rimraf lib/",
"release": "npm version",
Expand All @@ -12,8 +15,7 @@
"testw": "yarn test -- --watchAll",
"build": "babel src/ -d lib/",
"lint": "eslint ./src",
"prepublish":
"yarn test && yarn flow && yarn lint && yarn run clean && yarn build",
"prepublish": "yarn test && yarn flow && yarn lint && yarn run clean && yarn build",
"flow": "flow"
},
"repository": "https://github.com/bluebill1049/react-simple-animation.git",
Expand Down

0 comments on commit 2a39aaf

Please sign in to comment.