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

Commit

Permalink
fix(sr): fix semantic-release added things
Browse files Browse the repository at this point in the history
tweaked the local cli tha activates the repo, so it won't be a problem in future
TAG: latest
  • Loading branch information
tunnckoCore committed Aug 10, 2017
1 parent a5cf629 commit 8c1a8d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-function",
"version": "0.0.0-development",
"version": "0.0.0-semantic-release",
"description": "Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins",
"repository": "tunnckoCore/parse-function",
"homepage": "https://github.com/tunnckoCore/parse-function",
Expand All @@ -15,7 +15,7 @@
"precommit": "hela precommit",
"commit": "hela commit",
"postcommit": "git push",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "hela renovate"
},
"engines": {
"node": ">=6",
Expand Down Expand Up @@ -110,4 +110,4 @@
"release": {
"analyzeCommits": "simple-commit-message"
}
}
}

0 comments on commit 8c1a8d5

Please sign in to comment.