Skip to content

Commit e2c8160

Browse files
committed
minor: remove version from package.json and enable GitHub integration in release config
1 parent e144d43 commit e2c8160

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "next-css-obfuscator",
3-
"version": "3.0.0",
43
"description": "A package deeply inspired by PostCSS-Obfuscator but for Next.js.",
54
"main": "dist/index.js",
65
"type": "commonjs",

release.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ module.exports = {
1212
assets: ["package.json", "CHANGELOG.md"],
1313
},
1414
],
15-
// "@semantic-release/github",
15+
"@semantic-release/github",
1616
],
1717
};

0 commit comments

Comments
 (0)