Skip to content

Commit b8af55a

Browse files
committed
release 0.15.0
1 parent adeb268 commit b8af55a

File tree

2 files changed

+618
-1
lines changed

2 files changed

+618
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "react-native-popup-menu",
3-
"version": "0.14.3",
3+
"version": "0.15.0",
44
"description": "extensible popup/context menu for react native",
55
"main": "build/rnpm.js",
66
"directories": {
77
"example": "examples"
88
},
99
"scripts": {
1010
"build": "rollup -c rollup.config.babel.js",
11+
"prepublishOnly": "yarn build",
1112
"test": "jest",
1213
"lint": "eslint ."
1314
},

0 commit comments

Comments
 (0)