nope/10-push-to-npm.bat
Martin Karkowski 21688fb1fe # 1.3.10
- Modified:
    - `helpers/limit`: Adding parameter `assignControlFunction` to assing the controll function.
    - `helpers/index`: modified the export of the `limit` stuff.
  - Added:
    - `helpers/functionMethods*`: Added helpers for functions

# 1.3.11
  - Modified:
    - `helpers/functionMethods`: Adding `asnyc` detection

# 1.3.12
  - Modified:
    - `helpers/limit`: added the option `minDelay`. If provided, the calles are ensured to be delayed with this options. If `0` or smaller -> no delay is added.
2022-08-23 22:22:28 +02:00

12 lines
293 B
Batchfile

set DIR=%~dp0
cd "%DIR%"
node contribute/toBrowser.js
(npm publish --registry https://npm.zema.de/) && (
node contribute/toNodejs.js
npm publish --registry https://npm.zema.de/ --tag latest
) || (
node contribute/toNodejs.js
npm publish --registry https://npm.zema.de/ --tag latest
)