Skip to content

Commit

Permalink
fix(core): remove semantic-release from the dependencies
Browse files Browse the repository at this point in the history
Fixes #1171
  • Loading branch information
ocombe committed Feb 27, 2020
1 parent 629c639 commit b92a433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ after_success:
- cp .git dist/@ngx-translate/core/ -r # required by semantic release
- cp README.md dist/@ngx-translate/core/
- cd dist/@ngx-translate/core/
- npm install semantic-release@8.2.3 -D
- npm install semantic-release@8.2.3 --no-save
- npm run semantic-release
branches:
except:
Expand Down
3 changes: 0 additions & 3 deletions projects/ngx-translate/core/package.json
Expand Up @@ -22,9 +22,6 @@
"@angular/core": ">=8.0.0",
"rxjs": ">=6.3.0"
},
"devDependencies": {
"semantic-release": "8.2.3"
},
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
}
Expand Down

0 comments on commit b92a433

Please sign in to comment.