@symbo.ls/preview 0.0.19 → 0.0.20
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@symbo.ls/preview",
|
|
3
3
|
"description": "",
|
|
4
4
|
"author": "",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.20",
|
|
6
6
|
"repository": "https://github.com/rackai/editor",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"scripts": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"prestart": "rm -rf .cache dist",
|
|
11
11
|
"start": "parcel src/dev.html --port 1200 --no-cache",
|
|
12
12
|
"prebuild": "rm -rf .cache dist",
|
|
13
|
-
"build": "parcel build
|
|
13
|
+
"build": "parcel build src/dev.html",
|
|
14
14
|
"reinstall": "rm -rf node_modules/@symbo.ls node_modules/@domql node_modules/domql node_modules/smbls dist yarn.lock .cache && yarn"
|
|
15
15
|
},
|
|
16
16
|
"targets": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@symbo.ls/init": "latest",
|
|
29
29
|
"@symbo.ls/scratch": "latest",
|
|
30
30
|
"@symbo.ls/utils": "latest",
|
|
31
|
-
"domql": "^1.5.
|
|
31
|
+
"domql": "^1.5.7"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/core": "^7.11.5",
|