Skip to content

Commit 4005f39

Browse files
committed
chore: update package.json for repository name change and remove unused scripts
1 parent 950aa99 commit 4005f39

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

package.json

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,8 @@
33
"version": "0.0.0",
44
"description": "GitHub reusable action to prepare CloudFormation stack parameters using semantic release with custom plugins.",
55
"main": "index.js",
6-
"type": "module",
76
"scripts": {
8-
"release": "semantic-release",
9-
"test": "vitest --run",
10-
"test:watch": "vitest",
11-
"test:unit": "vitest run test/unit --reporter=verbose",
12-
"test:integration": "vitest run test/integration --reporter=verbose",
13-
"test:coverage": "vitest run --coverage",
14-
"test:comprehensive": "node test-simple.js",
15-
"test:ci": "vitest run --coverage --reporter=json --outputFile=test-results.json"
16-
},
17-
"dependencies": {
18-
"@actions/core": "^1.10.1",
19-
"@actions/github": "^6.0.0"
7+
"release": "semantic-release"
208
},
219
"devDependencies": {
2210
"@semantic-release/changelog": "^6.0.3",
@@ -26,8 +14,7 @@
2614
"@semantic-release/release-notes-generator": "^14.0.3",
2715
"commitizen": "^4.3.0",
2816
"cz-conventional-changelog": "^3.3.0",
29-
"semantic-release": "^24.2.7",
30-
"vitest": "^3.2.4"
17+
"semantic-release": "^24.2.7"
3118
},
3219
"config": {
3320
"commitizen": {
@@ -39,13 +26,13 @@
3926
},
4027
"repository": {
4128
"type": "git",
42-
"url": "git+https://github.com/subhamay-bhattacharyya-gha/cfn-stack-params-action.git"
29+
"url": "git+https://github.com/subhamay-bhattacharyya-gha/cfn-create-stack-action.git"
4330
},
4431
"author": "Subhamay Bhattacharyya",
4532
"license": "MIT",
4633
"keywords": [],
4734
"bugs": {
48-
"url": "https://github.com/subhamay-bhattacharyya-gha/cfn-stack-params-action/issues"
35+
"url": "https://github.com/subhamay-bhattacharyya-gha/cfn-create-stack-action/issues"
4936
},
50-
"homepage": "https://github.com/subhamay-bhattacharyya-gha/cfn-stack-params-action#readme"
51-
}
37+
"homepage": "https://github.com/subhamay-bhattacharyya-gha/cfn-create-stack-action#readme"
38+
}

0 commit comments

Comments
 (0)