Skip to content

Commit d53b8fd

Browse files
rawana90Celestial
and
Celestial
authored
Latest stable filestack js added, cleaned build commands (#151)
Co-authored-by: Celestial <[email protected]>
1 parent 4e154c3 commit d53b8fd

File tree

3 files changed

+42
-94
lines changed

3 files changed

+42
-94
lines changed

example/package-lock.json

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

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"server"
2929
],
3030
"scripts": {
31-
"build": "microbundle --jsx='React.createElement' --no-compress",
32-
"build:prod": "microbundle --jsx='React.createElement' --compress",
33-
"start": "microbundle watch --jsx='React.createElement' --no-compress",
31+
"build": "microbundle --jsx React.createElement --format modern,cjs --no-compress",
32+
"build:prod": "microbundle --jsx React.createElement --format modern,cjs",
33+
"start": "microbundle watch --jsx React.createElement --format modern,cjs --no-compress",
3434
"prepare": "run-s build",
3535
"test": "run-s test:unit test:lint test:build",
3636
"test:build": "run-s build",
@@ -85,6 +85,6 @@
8585
"dist"
8686
],
8787
"dependencies": {
88-
"filestack-js": "^3.34.3-beta.1"
88+
"filestack-js": "^3.35.4"
8989
}
9090
}

0 commit comments

Comments
 (0)