pacem-less 0.52.1 → 0.52.2
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/pacem/ui/dark/sidebar.less +5 -0
- package/package.json +1 -1
- package/themebuilder.js +2 -1
package/package.json
CHANGED
package/themebuilder.js
CHANGED
|
@@ -2,7 +2,8 @@ const fs = require('fs');
|
|
|
2
2
|
const vm = require('vm');
|
|
3
3
|
const path = require('path');
|
|
4
4
|
const yargs = require('yargs');
|
|
5
|
-
const
|
|
5
|
+
const helpers = require('yargs/helpers');
|
|
6
|
+
const argv = yargs(helpers.hideBin(process.argv))
|
|
6
7
|
.option('theme', {
|
|
7
8
|
alias: 't',
|
|
8
9
|
type: 'string',
|