Skip to content

Commit

Permalink
env +
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Nov 23, 2022
1 parent 74e06bb commit 6d14f65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bundle/umd/moysklad.js
Original file line number Diff line number Diff line change
Expand Up @@ -1713,6 +1713,7 @@ module.exports = function parseTimeString(timeString) {

module.exports = { version: '0.10.2' }


/***/ })

/******/ });
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clean": "echo 'no clean'",
"pick-version": "node ./scripts/lib-version.js",
"bundle": "webpack",
"build": "npm run clean && npm run pick-version",
"build": "npm run clean",
"test-src": "node -r dotenv/config tests",
"test-typings": "tsc --build tests/tsconfig.json",
"test": "npm run lint && npm run test-typings && npm run build && npm run bundle && npm run test-src",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { version: '0.10.2' }
module.exports = { version: '0.10.2' }

0 comments on commit 6d14f65

Please sign in to comment.