@vouchfor/embeds 0.0.0-experiment.79ff9cf → 0.0.0-experiment.b565b72
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": "@vouchfor/embeds",
|
3
|
-
"version": "0.0.0-experiment.
|
3
|
+
"version": "0.0.0-experiment.b565b72",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "Aaron Williams",
|
6
6
|
"main": "dist/embeds.js",
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"access": "public"
|
14
14
|
},
|
15
15
|
"scripts": {
|
16
|
-
"build": "rm -rf dist && tsc && vite build --mode
|
16
|
+
"build": "rm -rf dist && tsc && vite build --mode iife && vite build --mode es",
|
17
17
|
"build:deps": "yarn --cwd ../media-player build",
|
18
18
|
"build:package": "yarn build",
|
19
19
|
"build:storybook": "yarn prebuild && storybook build",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"**/*.{md,json,yml}": "prettier --write"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@vouchfor/media-player": "0.0.0-experiment.
|
35
|
+
"@vouchfor/media-player": "0.0.0-experiment.b565b72"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|
38
38
|
"lit": "^2.7.5"
|