tiro-notes 0.51.62 → 0.51.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tiro-notes",
3
- "version": "0.51.62",
3
+ "version": "0.51.65",
4
4
  "description": "Tiro Notes CLI to start Tiro Notes from the command line!",
5
5
  "scripts": {
6
6
  "dev": "ISDEV=true node cli.js",
@@ -10,8 +10,8 @@
10
10
  "root-build": "cd ../..; run-s build ",
11
11
  "build-then-publish": "run-s root-build publish-to-npm-prod",
12
12
  "build-then-publish-dev": "run-s root-build publish-to-npm-dev",
13
- "publish-to-npm-prod": "cd ./platforms/npm-cli-module; npm run clean-previous-build; npm run export-cli-module; npm run export-helpers; echo WARNING REQUIRES NPM LOGIN BEFORE PUBLISHING!; cd node-build; npm publish",
14
- "publish-to-npm-dev": "cd ./platforms/npm-cli-module; npm run clean-previous-build; cp ../../.npmrc ./.npmrc; npm run export-cli-module; npm run export-helpers; echo WARNING REQUIRES NPM LOGIN BEFORE PUBLISHING! new method token which expires, check 'npm module and npx' note for more infos; cd node-build; npm publish --tag=develop"
13
+ "publish-to-npm-prod": "cd ./platforms/npm-cli-module; npm run clean-previous-build; npm run export-cli-module; npm run export-helpers; echo WARNING REQUIRES NPM LOGIN BEFORE PUBLISHING!; cp ../../.npmrc ./node-build/.npmrc; cd node-build; npm publish",
14
+ "publish-to-npm-dev": "cd ./platforms/npm-cli-module; npm run clean-previous-build; npm run export-cli-module; npm run export-helpers; echo WARNING REQUIRES NPM LOGIN BEFORE PUBLISHING! new method token which expires, check 'npm module and npx' note for more infos; cp ../../.npmrc ./node-build/.npmrc; cd node-build; npm publish --tag=develop"
15
15
  },
16
16
  "bin": "cli.js",
17
17
  "repository": {