-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a3d72d
commit 9533132
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Pointshop2", | ||
"version": "0.0.0-development", | ||
"version": "2.22.0", | ||
"main": "index.js", | ||
"repository": "[email protected]:Kamshak/Pointshop2.git", | ||
"author": "Valentin Funk <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ | |
"upload": "scriptfodder-publish --version-from-package --relative-to=dist", | ||
"sf-release": "semantic-sf-release pre && semantic-sf-release genlog && npm run build && npm run upload && semantic-sf-release post", | ||
"local-pkg": "npm run build && yarn scriptfodder-publish -- --version-from-package --relative-to=dist --zip-only && shx rm -rf dist", | ||
"local-release": "semantic-sf-release pre --debug=false && semantic-sf-release genlog --debug=false && npm run build && npm run upload && semantic-sf-release post --debug=false" | ||
"local-release": "semantic-sf-release pre --debug=false && semantic-sf-release genlog --debug=false && npm run build && npm run upload && semantic-sf-release post --debug=false" | ||
}, | ||
"publishConfig": { | ||
"access": "restricted" | ||
|
@@ -36,4 +36,4 @@ | |
"generateNotes": { | ||
"footerPartial": "changelog_footer_template.hbs" | ||
} | ||
} | ||
} |