Skip to content

Commit

Permalink
remove version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Mar 19, 2023
1 parent f1ddf56 commit fce5ef5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,291 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ update: node_modules

.PHONY: patch
patch: node_modules test
npx versions patch package.json package-lock.json github-code-wrap.user.css
npx versions patch github-code-wrap.user.css

.PHONY: minor
minor: node_modules test
npx versions minor package.json package-lock.json github-code-wrap.user.css
npx versions minor github-code-wrap.user.css

.PHONY: major
major: node_modules test
npx versions major package.json package-lock.json github-code-wrap.user.css
npx versions major github-code-wrap.user.css
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "GitHub-code-wrap",
"version": "1.0.11",
"repository": "StylishThemes/GitHub-code-wrap",
"engines": {
"node": ">=16"
Expand Down
Loading

0 comments on commit fce5ef5

Please sign in to comment.