Skip to content

Commit 2daf65c

Browse files
author
Ives van Hoorne
committed
Publish
- react-smooshpack@0.0.21 - smooshpack@0.0.21
1 parent 36211ca commit 2daf65c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/react-sandpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-smooshpack",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "",
55
"keywords": [],
66
"license": "SEE LICENSE.MD IN ROOT",
@@ -87,7 +87,7 @@
8787
"react-broadcast": "^0.6.2",
8888
"react-codemirror2": "^4.0.1",
8989
"rollup-plugin-scss": "^0.4.0",
90-
"smooshpack": "^0.0.20"
90+
"smooshpack": "^0.0.21"
9191
},
9292
"peerDependencies": {
9393
"react": "^16.0.0"

packages/sandpack/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "smooshpack",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "",
55
"keywords": [],
66
"main": "dist/sandpack.umd.js",
77
"module": "dist/sandpack.es5.js",
88
"typings": "dist/types/sandpack.d.ts",
99
"license": "SEE LICENSE.MD IN ROOT",
10+
"sideEffects": false,
1011
"files": [
1112
"dist",
1213
"sandpack"

0 commit comments

Comments
 (0)