Skip to content

Commit 27430f7

Browse files
stefvhuynhBruno Macabeus
authored andcommitted
Upgrade to microbundle 0.13.3
1 parent 66aaa28 commit 27430f7

File tree

4 files changed

+2566
-2601
lines changed

4 files changed

+2566
-2601
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"size-limit": [
3636
{
37-
"limit": "1.15 KB",
37+
"limit": "1.4 KB",
3838
"path": "dist/react-swipeable.js"
3939
}
4040
],
@@ -86,7 +86,7 @@
8686
"eslint-plugin-react-hooks": "^4.0.5",
8787
"gh-pages": "^3.0.0",
8888
"jest": "^26.1.0",
89-
"microbundle": "^0.12.3",
89+
"microbundle": "^0.13.3",
9090
"prettier": "^2.0.5",
9191
"react": "^17.0.1",
9292
"react-dom": "^17.0.1",

tsconfig.base.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"noUnusedParameters": true,
1313
"outDir": "lib/",
1414
"pretty": true,
15-
"rootDirs": ["./src"],
1615
"skipLibCheck": true,
1716
"sourceMap": true,
1817
"strict": true,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.base.json",
33
"include": ["src/**/*"],
4-
}
4+
}

0 commit comments

Comments
 (0)