Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
fix(package): add missing semantic-release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleV authored Jun 9, 2018
1 parent fc013af commit 4023752
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"test": "jasmine JASMINE_CONFIG_PATH=./test/lib/jasmine.json",
"coverage": "istanbul cover jasmine JASMINE_CONFIG_PATH=./test/lib/jasmine.json",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"prepublish": "npm run snyk-protect",
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "semantic-release"
},
"bugs": {
"url": "https://github.com/LabShare/services/issues"
Expand Down Expand Up @@ -56,10 +58,12 @@
"read-chunk": "^2.0.0",
"supertest": "^3.1.0",
"temp": "^0.8.3",
"@labshare/semantic-release-config": "^1.0.0"
"@labshare/semantic-release-config": "^1.0.0",
"travis-deploy-once": "^5.0.0",
"semantic-release": "^15.5.0"
},
"snyk": true,
"release": {
"extends": "@labshare/semantic-release-config"
}
}
}

0 comments on commit 4023752

Please sign in to comment.