Skip to content

Commit 76cf7e5

Browse files
author
Jan Fischer
committed
tsdx configure to build umd
1 parent f1c8a93 commit 76cf7e5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"gsap": "^3.2.6",
1818
"react": "^16.13.1",
1919
"react-dom": "^16.13.1",
20-
"react-gsap": "2.0.0",
20+
"react-gsap": "2.0.6",
2121
"react-router-dom": "^5.1.2",
2222
"react-scripts": "3.4.1",
2323
"react-transition-group": "^4.3.0",

packages/react-gsap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-gsap",
3-
"version": "2.0.3",
3+
"version": "2.0.6",
44
"description": "React components for GSAP",
55
"author": "bitworking",
66
"license": "MIT",
@@ -17,10 +17,10 @@
1717
},
1818
"scripts": {
1919
"start": "tsdx watch",
20-
"build": "tsdx build",
20+
"build": "tsdx build --format cjs,esm,umd",
2121
"test": "tsdx test --passWithNoTests",
2222
"lint": "tsdx lint",
23-
"prepare": "tsdx build",
23+
"prepare": "yarn build",
2424
"typecheck": "tsc --project tsconfig.json -noEmit"
2525
},
2626
"peerDependencies": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13616,6 +13616,11 @@ react-frame-component@^4.1.1:
1361613616
resolved "https://registry.yarnpkg.com/react-frame-component/-/react-frame-component-4.1.1.tgz#ea8f7c518ef6b5ad72146dd1f648752369826894"
1361713617
integrity sha512-NfJp90AvYA1R6+uSYafQ+n+UM2HjHqi4WGHeprVXa6quU9d8o6ZFRzQ36uemY82dlkZFzf2jigFx6E4UzNFajA==
1361813618

13619+
13620+
version "2.0.0"
13621+
resolved "https://registry.yarnpkg.com/react-gsap/-/react-gsap-2.0.0.tgz#fb2ecdf1355317ac5fadecc469acb29d54649994"
13622+
integrity sha512-hWE6e7TfKZkYCJuG2Unk29jf6LU8qVz/FfkLA9lHMd5lUIzMrimJiqOQLiR4PgTSfN+nzLACyKcUXGtq1I4ZdA==
13623+
1361913624
react-helmet-async@^1.0.4:
1362013625
version "1.0.6"
1362113626
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.0.6.tgz#11c15c74e79b3f66670c73779bef3e0e352b1d4e"

0 commit comments

Comments
 (0)