Skip to content

Commit

Permalink
Stamp 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Garland committed Nov 4, 2022
1 parent e9dfda5 commit 888dc28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kvin",
"version": "1.2.12",
"version": "1.2.13",
"description": "Rich serialization library for JavaScript",
"keywords": [
"json",
Expand All @@ -25,11 +25,10 @@
"browser-tests"
],
"scripts": {
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag {v$PACKAGE_VERSION && git push --tags",
"postpublish": "npm-hooks/postpublish",
"test": "peter tests",
"vtest": "peter -v tests",
"postpublish": "npm-hooks/postpublish",
"prepare": "npm-hooks/prepublish"
"prepublishOnly": "npm-hooks/prepublish"
},
"devDependencies": {
"peter": "^2.3.9"
Expand Down

0 comments on commit 888dc28

Please sign in to comment.