Skip to content

Commit

Permalink
v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 26, 2017
1 parent e5a7252 commit 0d6a3a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.32",
"version": "0.12.4",
"version": "0.12.5",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/react-swipeable-views-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "react-swipeable-views core modules",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "pkgfiles"
"prepublish": "pkgfiles"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-swipeable-views-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A React component for swipeable views",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "pkgfiles"
"prepublish": "pkgfiles"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-swipeable-views-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "react-swipeable-views utility modules",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "pkgfiles"
"prepublish": "pkgfiles"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-swipeable-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A React component for swipeable views",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "pkgfiles"
"prepublish": "pkgfiles"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0d6a3a4

Please sign in to comment.