Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit 8c1a8d5

Browse files
author
tunnckoCore
committed
fix(sr): fix semantic-release added things
tweaked the local cli tha activates the repo, so it won't be a problem in future TAG: latest
1 parent a5cf629 commit 8c1a8d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-function",
3-
"version": "0.0.0-development",
3+
"version": "0.0.0-semantic-release",
44
"description": "Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins",
55
"repository": "tunnckoCore/parse-function",
66
"homepage": "https://github.com/tunnckoCore/parse-function",
@@ -15,7 +15,7 @@
1515
"precommit": "hela precommit",
1616
"commit": "hela commit",
1717
"postcommit": "git push",
18-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
18+
"semantic-release": "hela renovate"
1919
},
2020
"engines": {
2121
"node": ">=6",
@@ -110,4 +110,4 @@
110110
"release": {
111111
"analyzeCommits": "simple-commit-message"
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)