We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c572b commit 30c5cd9Copy full SHA for 30c5cd9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-a11y-order",
3
- "version": "0.1.0",
+ "version": "0.2.0-rc",
4
"description": "test",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -32,6 +32,7 @@
32
"lint": "eslint \"**/*.{js,ts,tsx}\"",
33
"prepack": "bob build",
34
"release": "release-it",
35
+ "release-no-increment": "release-it --no-increment",
36
"example": "yarn --cwd example",
37
"bootstrap": "yarn example && yarn install && yarn example pods",
38
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
0 commit comments