Skip to content

Commit 092f25c

Browse files
committed
Bump to version 0.2.1
1 parent a4e9095 commit 092f25c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-transition-replace",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A React component to animate replacing one element with another.",
55
"main": "index.js",
66
"module": "es/index.js",
@@ -14,7 +14,7 @@
1414
"lint": "tslint --project tsconfig.json",
1515
"storybook": "start-storybook -p 6006",
1616
"build-storybook": "build-storybook",
17-
"prepublish": "cp ./package.json lib"
17+
"prepublishOnly": "cp ./package.json lib"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)