@symbo.ls/cli 2.9.4 → 2.9.6
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/bin/fetch.js +2 -2
- package/package.json +2 -2
package/bin/fetch.js
CHANGED
|
@@ -10,8 +10,8 @@ import { program } from './program.js'
|
|
|
10
10
|
const PACKAGE_PATH = process.cwd() + '/package.json'
|
|
11
11
|
const RC_PATH = process.cwd() + '/.symbolsrc.json'
|
|
12
12
|
const LOCAL_CONFIG_PATH = process.cwd() + '/node_modules/@symbo.ls/init/src/dynamic.json'
|
|
13
|
-
const DEFAULT_REMOTE_REPOSITORY = 'https://github.com/symbo-ls/config
|
|
14
|
-
const DEFAULT_REMOTE_CONFIG_PATH = 'https://raw.githubusercontent.com/symbo-ls/config
|
|
13
|
+
const DEFAULT_REMOTE_REPOSITORY = 'https://github.com/symbo-ls/default-config/'
|
|
14
|
+
const DEFAULT_REMOTE_CONFIG_PATH = 'https://raw.githubusercontent.com/symbo-ls/default-config/main/src/config.json'
|
|
15
15
|
|
|
16
16
|
const API_URL = 'https://api.symbols.app/' // eslint-disable-line
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/cli",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.6",
|
|
4
4
|
"description": "Fetch your Symbols configuration",
|
|
5
5
|
"main": "bin/fetch.js",
|
|
6
6
|
"author": "Symbols",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"standard": {
|
|
36
36
|
"parser": "babel-eslint"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "4ec640db24a921238ee82c9a70347e1813822b58"
|
|
39
39
|
}
|