@gloww/gloww 19.0.0-beta.2 → 19.0.0-beta.4
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/compute-version.js +1 -1
- package/fesm2022/gloww-gloww.mjs +155 -155
- package/fesm2022/gloww-gloww.mjs.map +1 -1
- package/package.json +3 -2
package/compute-version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const path = require('path');
|
|
2
2
|
const fs = require('fs');
|
|
3
3
|
const util = require('util');
|
|
4
|
-
const yargs = require('yargs');
|
|
4
|
+
const yargs = require('yargs/yargs')(process.argv.slice(2));
|
|
5
5
|
|
|
6
6
|
// get application version from package.json
|
|
7
7
|
console.log(`Current directory: ${process.cwd()}`);
|