Skip to content

Commit b26813c

Browse files
committed
release: cut the v1.4.0 release
1 parent 1d3a4d3 commit b26813c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "testing-playground",
3-
"version": "1.0.0",
3+
"version": "1.4.0",
44
"description": "",
55
"scripts": {
66
"start": "run-s start:client",
77
"start:client": "parcel src/index.html --open",
8-
"start:embed": "parcel src/embed.html --open",
8+
"start:embed": "parcel src/embed.html gi--open",
99
"build": "run-s clean build:client build:server",
1010
"build:client": "parcel build src/index.html src/embed.js --dist-dir dist/client",
1111
"postbuild:client": "mkdir -p dist/client/public && cp _redirects dist/client/_redirects && cp public/favicon.ico dist/client/favicon.ico && cp public/icon.png dist/client/public/icon.png && cp -r .well-known dist/client/.well-known",

0 commit comments

Comments
 (0)