We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adeb268 commit b8af55aCopy full SHA for b8af55a
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "react-native-popup-menu",
3
- "version": "0.14.3",
+ "version": "0.15.0",
4
"description": "extensible popup/context menu for react native",
5
"main": "build/rnpm.js",
6
"directories": {
7
"example": "examples"
8
},
9
"scripts": {
10
"build": "rollup -c rollup.config.babel.js",
11
+ "prepublishOnly": "yarn build",
12
"test": "jest",
13
"lint": "eslint ."
14
0 commit comments