Skip to content

Commit

Permalink
Latest stable filestack js added, cleaned build commands (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Celestial <[email protected]>
  • Loading branch information
rawana90 and Celestial authored Nov 20, 2024
1 parent 4e154c3 commit d53b8fd
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 94 deletions.
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 37 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"server"
],
"scripts": {
"build": "microbundle --jsx='React.createElement' --no-compress",
"build:prod": "microbundle --jsx='React.createElement' --compress",
"start": "microbundle watch --jsx='React.createElement' --no-compress",
"build": "microbundle --jsx React.createElement --format modern,cjs --no-compress",
"build:prod": "microbundle --jsx React.createElement --format modern,cjs",
"start": "microbundle watch --jsx React.createElement --format modern,cjs --no-compress",
"prepare": "run-s build",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
Expand Down Expand Up @@ -85,6 +85,6 @@
"dist"
],
"dependencies": {
"filestack-js": "^3.34.3-beta.1"
"filestack-js": "^3.35.4"
}
}

0 comments on commit d53b8fd

Please sign in to comment.