Skip to content

Commit

Permalink
tsdx configure to build umd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Fischer committed May 6, 2020
1 parent f1c8a93 commit 76cf7e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"gsap": "^3.2.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-gsap": "2.0.0",
"react-gsap": "2.0.6",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-transition-group": "^4.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-gsap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gsap",
"version": "2.0.3",
"version": "2.0.6",
"description": "React components for GSAP",
"author": "bitworking",
"license": "MIT",
Expand All @@ -17,10 +17,10 @@
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"build": "tsdx build --format cjs,esm,umd",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"prepare": "yarn build",
"typecheck": "tsc --project tsconfig.json -noEmit"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13616,6 +13616,11 @@ react-frame-component@^4.1.1:
resolved "https://registry.yarnpkg.com/react-frame-component/-/react-frame-component-4.1.1.tgz#ea8f7c518ef6b5ad72146dd1f648752369826894"
integrity sha512-NfJp90AvYA1R6+uSYafQ+n+UM2HjHqi4WGHeprVXa6quU9d8o6ZFRzQ36uemY82dlkZFzf2jigFx6E4UzNFajA==

[email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-gsap/-/react-gsap-2.0.0.tgz#fb2ecdf1355317ac5fadecc469acb29d54649994"
integrity sha512-hWE6e7TfKZkYCJuG2Unk29jf6LU8qVz/FfkLA9lHMd5lUIzMrimJiqOQLiR4PgTSfN+nzLACyKcUXGtq1I4ZdA==

react-helmet-async@^1.0.4:
version "1.0.6"
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.0.6.tgz#11c15c74e79b3f66670c73779bef3e0e352b1d4e"
Expand Down

0 comments on commit 76cf7e5

Please sign in to comment.