File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " react-css-themr" ,
3
3
"description" : " React CSS Themr" ,
4
4
"homepage" : " https://github.com/javivelasco/react-css-themr#readme" ,
5
- "version" : " 2.1.2 " ,
5
+ "version" : " 2.2.0 " ,
6
6
"main" : " ./lib" ,
7
7
"author" : {
8
8
"email" : " javier.velasco86@gmail.com" ,
25
25
],
26
26
"dependencies" : {
27
27
"hoist-non-react-statics" : " ^1.2.0" ,
28
- "invariant" : " ^2.2.1"
28
+ "invariant" : " ^2.2.1" ,
29
+ "rimraf" : " ^2.6.1" ,
30
+ "prop-types" : " ^15.6.2"
29
31
},
30
32
"devDependencies" : {
31
33
"@types/react" : " ^15.0.24" ,
45
47
"jsdom" : " ^9.8.3" ,
46
48
"mocha" : " ^3.3.0" ,
47
49
"prop-types" : " ^15.5.9" ,
48
- "react" : " ^15.5.4" ,
49
- "react-dom" : " ^15.5.4" ,
50
- "rimraf" : " ^2.6.1" ,
50
+ "react" : " ^16.4.1" ,
51
+ "react-dom" : " ^16.4.1" ,
51
52
"sinon" : " ^1.17.6"
52
53
},
53
54
"files" : [
56
57
" src"
57
58
],
58
59
"scripts" : {
59
- "build" : " babel src --out-dir lib" ,
60
+ "build" : " ./node_modules/.bin/ babel src --out-dir lib" ,
60
61
"lint" : " eslint src test" ,
61
62
"prepublish" : " rimraf lib && npm run build" ,
63
+ "postinstall" : " ./node_modules/.bin/rimraf lib && npm run build" ,
62
64
"test" : " mocha --compilers js:babel-core/register --recursive --reporter spec --require ./test/setup.js" ,
63
65
"test:watch" : " npm test -- --watch"
64
66
},
65
67
"license" : " MIT" ,
66
68
"peerDependencies" : {
67
- "react" : " ^0.14.0 || ^15.0.0-0"
69
+ "react" : " ^0.14.0 || ^15.0.0-0 || ^16.0.0 "
68
70
},
69
71
"typings" : " ./index.d.ts"
70
72
}
You can’t perform that action at this time.
0 commit comments