Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release 3.0.0 #525

Merged
merged 1 commit into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/static/Devel/ReleasePublish.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ In order to publish the package to [npmjs](https://www.npmjs.com/) package repos

1. Authenticate on npmjs with `npm login` and use the vcity account together with proper credentials.
Note: because the npmjs authentication mode of the `vcity`account is currently configured to [One-Time-Password (OTP) over email](https://docs.npmjs.com/receiving-a-one-time-password-over-email) you will need to be part of the `vcity@liris.cnrs.fr` email alias forwarder to receive the OTP and be patient about it (the reception delay can be up to a couple minutes).
1. `npm publish --workspace`
1. `npm publish --workspaces`
3 changes: 3 additions & 0 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"scripts": {
"build": "cross-env NODE_ENV=production webpack"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/VCityTeam/UD-Viz.git"
Expand Down
3 changes: 3 additions & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"test": "node --trace-warnings ./bin/test.js",
"debug": "nodemon --trace-warnings --verbose --watch src --watch ./bin/Test/**/*.js --delay 2500ms ./bin/debug.js -e js"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/VCityTeam/UD-Viz.git"
Expand Down