Skip to content

Commit 52d94b4

Browse files
committed
chore: fix package.json
1 parent a59a256 commit 52d94b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"main": "index.js",
77
"scripts": {
88
"test": "run-s test:*",
9-
"test:standard": "standard"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/little-core-labs/install-terraform.git",
9+
"test:standard": "standard",
1410
"release": "git push --follow-tags && gh-release",
1511
"version": "run-s version:*",
1612
"version:1-changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
1713
"version:2-cleandeps": "mv node_modules tmp_modules && npm i --only=prod && git add node_modules --force"
1814
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/little-core-labs/install-terraform.git"
18+
},
1919
"keywords": [
2020
"github",
2121
"actions",

0 commit comments

Comments
 (0)