Skip to content

Commit

Permalink
chore: fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 28, 2020
1 parent a59a256 commit 52d94b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"main": "index.js",
"scripts": {
"test": "run-s test:*",
"test:standard": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/little-core-labs/install-terraform.git",
"test:standard": "standard",
"release": "git push --follow-tags && gh-release",
"version": "run-s version:*",
"version:1-changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
"version:2-cleandeps": "mv node_modules tmp_modules && npm i --only=prod && git add node_modules --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/little-core-labs/install-terraform.git"
},
"keywords": [
"github",
"actions",
Expand Down

0 comments on commit 52d94b4

Please sign in to comment.