stream-engine-player 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "stream-engine-player",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.7",
|
4
4
|
"description": "Stream engine player",
|
5
5
|
"type": "module",
|
6
6
|
"files": [
|
@@ -53,6 +53,7 @@
|
|
53
53
|
"prebuild": "rm -rf dist",
|
54
54
|
"lint": "./node_modules/.bin/eslint src",
|
55
55
|
"format": "prettier \"src/**/*.{ts,js,json,scss,css}\" --write",
|
56
|
-
"watch": "concurrently \"vite build --watch\" \"vite serve\""
|
56
|
+
"watch": "concurrently \"vite build --watch\" \"vite serve\"",
|
57
|
+
"build:watch": "vite build --watch"
|
57
58
|
}
|
58
59
|
}
|