Skip to content

Commit

Permalink
stop autogenerating types with microbuble with --no-generateTypes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
danielart committed Nov 26, 2021
1 parent ff147c2 commit 090eed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teaful",
"version": "0.9.0-canary.1",
"version": "0.9.0-canary.2",
"description": "Tiny, easy and powerful React state management (less than 1kb)",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -59,7 +59,7 @@
"test:example:todo-list": "jest ./examples/todo-list",
"test:examples": "jest ./examples",
"test:watch": "jest ./package ./tests --watch",
"build": "microbundle --jsx React.createElement",
"build": "microbundle --jsx React.createElement --no-generateTypes",
"dev": "microbundle watch",
"prepublish": "yarn build"
},
Expand All @@ -68,7 +68,7 @@
},
"jest": {
"testEnvironment": "jsdom",
"moduleNameMapper": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "identity-obj-proxy"
}
Expand Down

0 comments on commit 090eed9

Please sign in to comment.