@symbo.ls/init 2.10.134 → 2.10.158
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/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -20,7 +20,7 @@ const CONFIG = getActiveConfig()
|
|
|
20
20
|
const mergeWithLocalFile = (config = CONFIG, RC_FILE) => {
|
|
21
21
|
const rcfile = isObject(RC_FILE) ? RC_FILE : DYNAMIC_JSON || {}
|
|
22
22
|
const fileData = deepMerge(config, rcfile)
|
|
23
|
-
return fileData && fileData.
|
|
23
|
+
return fileData && fileData.designSystem
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
const SET_OPTIONS = {
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/init",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.158",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"gitHead": "
|
|
5
|
+
"gitHead": "3a847545c01796c874758c2c2a91e2417bcd29d6",
|
|
6
6
|
"source": "index.js",
|
|
7
7
|
"main": "index.js",
|
|
8
8
|
"dependencies": {
|