Skip to content

Commit 37ccf09

Browse files
authored
Fix/rollback to npm release (jeanregisser#32)
* fix: Rollback to npm-release * fix: removing lint * Release v2.8.1. * Adding private tag * Release v2.8.2.
1 parent 87f8deb commit 37ccf09

File tree

2 files changed

+26
-356
lines changed

2 files changed

+26
-356
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taw/react-native-popover",
3-
"version": "0.0.0-development",
3+
"version": "2.8.2",
44
"description": "A <Popover /> component for react-native",
55
"main": "Popover.js",
66
"author": "Jean Regisser <[email protected]> (https://github.com/jeanregisser)",
@@ -22,8 +22,9 @@
2222
"ci-pre-publish-release-branch": "json -I -f package.json -e \"this.release.branch='${BUILD_SOURCEBRANCH#refs/heads/}'\"",
2323
"ci-release-branch": "git-release-branch",
2424
"git-vsts-branch": "git-vsts-branch",
25-
"semantic-release": "semantic-release pre && npm publish && semantic-release post && npm-save-commit"
25+
"release": "npm-release"
2626
},
27+
"private": true,
2728
"files": [
2829
"Popover.js"
2930
],
@@ -34,8 +35,8 @@
3435
"@taw/build-scripts": "^1.4.0",
3536
"@taw/condition-vsts": "^1.0.5",
3637
"json": "^9.0.3",
37-
"react-native": "0.29.0",
38-
"semantic-release": "^6.3.2"
38+
"npm-release": "^1.0.0",
39+
"react-native": "0.29.0"
3940
},
4041
"repository": {
4142
"type": "git",

0 commit comments

Comments
 (0)