diff --git a/README.md b/README.md index ae64890..9216ec4 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,12 @@ To deploy a production release: 1. Test a dry-run of publishing the package to the npm repository - `npm run publish:test` 1. Publish the package to the npm repository - - `npm run publish` + - `npm run publish:npm` The updates should show up on NPM at . ## License -Quantity Playground is Copyright 2021 (c) by the Concord Consortium and is distributed under the [MIT license](http://www.opensource.org/licenses/MIT). +Quantity Playground is Copyright 2024 (c) by the Concord Consortium and is distributed under the [MIT license](http://www.opensource.org/licenses/MIT). See license.md for the complete license text. diff --git a/package.json b/package.json index a8775b8..e4956a6 100644 --- a/package.json +++ b/package.json @@ -69,9 +69,9 @@ "yalc:publish": "npx yalc publish --push", "yalc:unpublish": "npx yalc installations clean @concord-consortium/diagram-view", "prepublishOnly": "npm-run-all clean tsc copycss", + "publish:npm": "npm publish --access public", "publish:test": "npm publish --access public --dry-run", - "publish:beta": "npm publish --tag beta --access public", - "publish": "npm publish --access public" + "publish:beta": "npm publish --tag beta --access public" }, "repository": { "type": "git",