Skip to content

Commit

Permalink
fix: unable to tag a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsManta committed Aug 27, 2024
1 parent e5e22c1 commit 37664fb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylus-supremacy",
"description": "Make your Stylus files look great again.",
"version": "2.17.5",
"version": "3.0.0",
"author": {
"name": "Anantachai Saothong",
"email": "[email protected]"
Expand All @@ -14,12 +14,11 @@
"beautify"
],
"homepage": "https://thisismanta.github.io/stylus-supremacy",
"repository": {
"type": "git",
"url": "https://github.com/ThisIsManta/stylus-supremacy.git"
},
"repository": "github:ThisIsManta/stylus-supremacy",
"bugs": "https://github.com/ThisIsManta/stylus-supremacy/issues",
"bin": "./edge/commandLineInterface.js",
"bin": {
"stylus-supremacy": "./edge/commandLineInterface.js"
},
"main": "./edge/index.js",
"types": "./edge/index.d.ts",
"engines": {
Expand All @@ -29,7 +28,7 @@
"test": "node ./test/runner.js",
"test-watch": "nodemon --watch edge --watch spec --ext js,json,styl --ignore \"spec/*/*-debugging.json\" --ignore \"spec/*/*-formatted.styl\" ./test/runner.js",
"docs": "node edge/browserDemoBuilder.js && node edge/reviseDocumentation.js && node edge/revisePreCommitHook.js",
"version": "npm run docs && node ./edge/reviseTypeDefinition.js && git commit --all --allow-empty --no-verify --message=\"chore: release\" && npm publish"
"version": "npm run docs && node ./edge/reviseTypeDefinition.js && git add --all && npm publish"
},
"devDependencies": {
"@thisismanta/semantic-version": "^8.0.1",
Expand Down

0 comments on commit 37664fb

Please sign in to comment.