File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " teaful" ,
3
- "version" : " 0.9.0-canary.1 " ,
3
+ "version" : " 0.9.0-canary.2 " ,
4
4
"description" : " Tiny, easy and powerful React state management (less than 1kb)" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
59
59
"test:example:todo-list" : " jest ./examples/todo-list" ,
60
60
"test:examples" : " jest ./examples" ,
61
61
"test:watch" : " jest ./package ./tests --watch" ,
62
- "build" : " microbundle --jsx React.createElement" ,
62
+ "build" : " microbundle --jsx React.createElement --no-generateTypes " ,
63
63
"dev" : " microbundle watch" ,
64
64
"prepublish" : " yarn build"
65
65
},
68
68
},
69
69
"jest" : {
70
70
"testEnvironment" : " jsdom" ,
71
- "moduleNameMapper" : {
71
+ "moduleNameMapper" : {
72
72
"\\ .(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$" : " <rootDir>/__mocks__/fileMock.js" ,
73
73
"\\ .(css|less)$" : " identity-obj-proxy"
74
74
}
You can’t perform that action at this time.
0 commit comments