Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed May 13, 2020
1 parent f4a4f84 commit 595c1d6
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 177 deletions.
124 changes: 64 additions & 60 deletions nua.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nua",
"version": "1.0.1",
"version": "1.0.2",
"description": "Reference-preserving merge",
"main": "nua.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"clean": "rm -rf node_modules package-lock.json yarn.lock",
"reset": "npm run clean && npm i && npm build && npm test",
"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;",
"repo-publish-quick": "npm run prettier && npm build && npm test && npm run repo-tag --registry http://registry.npmjs.org && npm publish --registry http://registry.npmjs.org",
"repo-publish-quick": "npm run prettier && npm run build && npm test && npm run repo-tag --registry http://registry.npmjs.org && npm publish --registry http://registry.npmjs.org",
"repo-publish": "npm run clean && npm i && npm run repo-publish-quick"
},
"repository": {
Expand Down
Loading

0 comments on commit 595c1d6

Please sign in to comment.