Skip to content

Commit 0868a60

Browse files
authored
fix(core): Rename package (#15)
1 parent 8575102 commit 0868a60

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@stackbuilders/semantic-release-hackage",
2+
"name": "semantic-release-hackage",
33
"version": "0.0.0",
44
"description": "A semantic-release plugin to publish Haskell packages to Hackage",
55
"repository": "[email protected]:stackbuilders/semantic-release-hackage.git",

Diff for: yarn.lock

+33-33
Original file line numberDiff line numberDiff line change
@@ -807,39 +807,6 @@ __metadata:
807807
languageName: node
808808
linkType: hard
809809

810-
"@stackbuilders/semantic-release-hackage@workspace:.":
811-
version: 0.0.0-use.local
812-
resolution: "@stackbuilders/semantic-release-hackage@workspace:."
813-
dependencies:
814-
"@assertive-ts/core": "npm:^2.0.0"
815-
"@types/mocha": "npm:^10.0.6"
816-
"@types/semantic-release": "npm:^20.0.6"
817-
"@types/signale": "npm:^1.4.7"
818-
"@types/sinon": "npm:^17.0.3"
819-
"@typescript-eslint/eslint-plugin": "npm:^6.20.0"
820-
"@typescript-eslint/parser": "npm:^6.20.0"
821-
axios: "npm:^1.6.7"
822-
axios-mock-adapter: "npm:^1.22.0"
823-
eslint: "npm:^8.56.0"
824-
eslint-import-resolver-typescript: "npm:^3.6.1"
825-
eslint-plugin-etc: "npm:^2.0.3"
826-
eslint-plugin-import: "npm:^2.29.1"
827-
eslint-plugin-jsdoc: "npm:^48.0.4"
828-
eslint-plugin-sonarjs: "npm:^0.23.0"
829-
mocha: "npm:^10.2.0"
830-
semantic-release: "npm:^23.0.0"
831-
semantic-release-yarn: "npm:^3.0.2"
832-
sinon: "npm:^17.0.1"
833-
ts-node: "npm:^10.9.2"
834-
typescript: "npm:^5.3.3"
835-
peerDependencies:
836-
semantic-release: ">=22.0.0"
837-
peerDependenciesMeta:
838-
semantic-release:
839-
optional: false
840-
languageName: unknown
841-
linkType: soft
842-
843810
"@tsconfig/node10@npm:^1.0.7":
844811
version: 1.0.9
845812
resolution: "@tsconfig/node10@npm:1.0.9"
@@ -5650,6 +5617,39 @@ __metadata:
56505617
languageName: node
56515618
linkType: hard
56525619

5620+
"semantic-release-hackage@workspace:.":
5621+
version: 0.0.0-use.local
5622+
resolution: "semantic-release-hackage@workspace:."
5623+
dependencies:
5624+
"@assertive-ts/core": "npm:^2.0.0"
5625+
"@types/mocha": "npm:^10.0.6"
5626+
"@types/semantic-release": "npm:^20.0.6"
5627+
"@types/signale": "npm:^1.4.7"
5628+
"@types/sinon": "npm:^17.0.3"
5629+
"@typescript-eslint/eslint-plugin": "npm:^6.20.0"
5630+
"@typescript-eslint/parser": "npm:^6.20.0"
5631+
axios: "npm:^1.6.7"
5632+
axios-mock-adapter: "npm:^1.22.0"
5633+
eslint: "npm:^8.56.0"
5634+
eslint-import-resolver-typescript: "npm:^3.6.1"
5635+
eslint-plugin-etc: "npm:^2.0.3"
5636+
eslint-plugin-import: "npm:^2.29.1"
5637+
eslint-plugin-jsdoc: "npm:^48.0.4"
5638+
eslint-plugin-sonarjs: "npm:^0.23.0"
5639+
mocha: "npm:^10.2.0"
5640+
semantic-release: "npm:^23.0.0"
5641+
semantic-release-yarn: "npm:^3.0.2"
5642+
sinon: "npm:^17.0.1"
5643+
ts-node: "npm:^10.9.2"
5644+
typescript: "npm:^5.3.3"
5645+
peerDependencies:
5646+
semantic-release: ">=22.0.0"
5647+
peerDependenciesMeta:
5648+
semantic-release:
5649+
optional: false
5650+
languageName: unknown
5651+
linkType: soft
5652+
56535653
"semantic-release-yarn@npm:^3.0.2":
56545654
version: 3.0.2
56555655
resolution: "semantic-release-yarn@npm:3.0.2"

0 commit comments

Comments
 (0)