Skip to content

Commit

Permalink
Bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LKay committed Oct 27, 2017
1 parent a4e9095 commit 092f25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-transition-replace",
"version": "0.2.0",
"version": "0.2.1",
"description": "A React component to animate replacing one element with another.",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -14,7 +14,7 @@
"lint": "tslint --project tsconfig.json",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepublish": "cp ./package.json lib"
"prepublishOnly": "cp ./package.json lib"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 092f25c

Please sign in to comment.