Skip to content

Commit 4f00d7b

Browse files
committed
fix: rename package
1 parent a24087c commit 4f00d7b

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# test-dep-43
1+
# example-automatic-deploy-js-app-to-npm-with-scope
2+
3+
Pass next secrets to github actions
4+
5+
- GH_TOKEN
6+
- NPM_TOKEN

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@js-ak/test-dep-43",
2+
"name": "@js-ak/example-automatic-deploy-js-app-to-npm-with-scope",
33
"version": "1.0.1",
4-
"description": "test-dep-43",
4+
"description": "example-automatic-deploy-js-app-to-npm-with-scope",
55
"publishConfig": {
66
"access": "public",
77
"registry": "https://registry.npmjs.org/"
@@ -12,17 +12,17 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/JS-AK/test-dep-43.git"
15+
"url": "git+https://github.com/JS-AK/example-automatic-deploy-js-app-to-npm-with-scope.git"
1616
},
1717
"keywords": [
18-
"test-dep-43"
18+
"example-automatic-deploy-js-app-to-npm-with-scope"
1919
],
2020
"author": "JS-AK",
2121
"license": "MIT",
2222
"bugs": {
23-
"url": "https://github.com/JS-AK/test-dep-43/issues"
23+
"url": "https://github.com/JS-AK/example-automatic-deploy-js-app-to-npm-with-scope/issues"
2424
},
25-
"homepage": "https://github.com/JS-AK/test-dep-43#readme",
25+
"homepage": "https://github.com/JS-AK/example-automatic-deploy-js-app-to-npm-with-scope#readme",
2626
"devDependencies": {
2727
"@semantic-release/changelog": "^6.0.2",
2828
"@semantic-release/commit-analyzer": "^9.0.2",

0 commit comments

Comments
 (0)