Skip to content

Commit 83d2309

Browse files
committed
feat: pnpm > npm release
1 parent ab286d6 commit 83d2309

File tree

3 files changed

+274
-35
lines changed

3 files changed

+274
-35
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
],
4242
[
43-
"@colbyfayock/semantic-release-pnpm",
43+
"@semantic-release/npm",
4444
{
4545
"pkgRoot": "svelte-cloudinary"
4646
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"license": "MIT",
66
"private": true,
77
"devDependencies": {
8-
"@colbyfayock/semantic-release-pnpm": "^1.0.7",
98
"@semantic-release/changelog": "^6.0.1",
109
"@semantic-release/git": "^10.0.1",
10+
"@semantic-release/npm": "^10.0.3",
1111
"gh-release": "7.0.2",
1212
"semantic-release": "^19.0.5"
1313
}

0 commit comments

Comments
 (0)