Skip to content

Commit 90a92bc

Browse files
committed
fix: rename package
1 parent cf6a53d commit 90a92bc

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# test-dep-44
1+
# example-automatic-deploy-ts-app-to-npm-with-scope
2+
3+
Pass next secrets to github actions
4+
5+
- GH_TOKEN
6+
- NPM_TOKEN

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@js-ak/test-dep-44",
2+
"name": "@js-ak/example-automatic-deploy-ts-app-to-npm-with-scope",
33
"version": "1.0.1",
4-
"description": "test-dep-44",
4+
"description": "example-automatic-deploy-ts-app-to-npm-with-scope",
55
"publishConfig": {
66
"access": "public",
77
"registry": "https://registry.npmjs.org/"
@@ -20,17 +20,17 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/JS-AK/test-dep-44.git"
23+
"url": "git+https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope.git"
2424
},
2525
"keywords": [
26-
"test-dep-44"
26+
"example-automatic-deploy-ts-app-to-npm-with-scope"
2727
],
2828
"author": "JS-AK",
2929
"license": "MIT",
3030
"bugs": {
31-
"url": "https://github.com/JS-AK/test-dep-44/issues"
31+
"url": "https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope/issues"
3232
},
33-
"homepage": "https://github.com/JS-AK/test-dep-44#readme",
33+
"homepage": "https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope#readme",
3434
"devDependencies": {
3535
"@semantic-release/changelog": "^6.0.2",
3636
"@semantic-release/commit-analyzer": "^9.0.2",

0 commit comments

Comments
 (0)