Skip to content

Commit 090eed9

Browse files
committed
stop autogenerating types with microbuble with --no-generateTypes flag
1 parent ff147c2 commit 090eed9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teaful",
3-
"version": "0.9.0-canary.1",
3+
"version": "0.9.0-canary.2",
44
"description": "Tiny, easy and powerful React state management (less than 1kb)",
55
"license": "MIT",
66
"keywords": [
@@ -59,7 +59,7 @@
5959
"test:example:todo-list": "jest ./examples/todo-list",
6060
"test:examples": "jest ./examples",
6161
"test:watch": "jest ./package ./tests --watch",
62-
"build": "microbundle --jsx React.createElement",
62+
"build": "microbundle --jsx React.createElement --no-generateTypes",
6363
"dev": "microbundle watch",
6464
"prepublish": "yarn build"
6565
},
@@ -68,7 +68,7 @@
6868
},
6969
"jest": {
7070
"testEnvironment": "jsdom",
71-
"moduleNameMapper": {
71+
"moduleNameMapper": {
7272
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
7373
"\\.(css|less)$": "identity-obj-proxy"
7474
}

0 commit comments

Comments
 (0)