File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sourcejs-react-styleguidist" ,
3
3
"description" : " SourceJS integration plugin for react-styleuguidist" ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"homepage" : " https://github.com/sourcejs/sourcejs-react-styleguidist" ,
6
6
"contributirs" : [
7
7
{
54
54
"webpack-merge" : " 0.2.0"
55
55
},
56
56
"peerDependencies" : {
57
- "react" : " >=0.14.0"
57
+ "react" : " >=0.14.0" ,
58
+ "react-dom" : " ~0.14.2"
58
59
},
59
60
"devDependencies" : {
60
61
"babel-core" : " ~5.8.30" ,
69
70
"mocha" : " ~2.3.3" ,
70
71
"postcss-modules-extract-imports" : " ~1.0.0" ,
71
72
"postcss-modules-scope" : " ~1.0.0" ,
72
- "react" : " ~0.14.2" ,
73
- "react-dom" : " ~0.14.2"
73
+ "react" : " ~0.14.2"
74
74
},
75
75
"scripts" : {
76
76
"test" : " npm run lint && npm run mocha && npm run build" ,
77
77
"mocha" : " mocha test" ,
78
78
"mocha:watch" : " mocha --watch --reporter min test" ,
79
79
"start" : " ./bin/styleguidist server --config example/styleguide.config.js" ,
80
80
"lint" : " eslint src --ext .js" ,
81
- "build" : " ./bin/styleguidist build --config example/styleguide.config.js" ,
82
- "publish" : " npm run build && gulp gh-pages"
81
+ "build" : " ./bin/styleguidist build --config example/styleguide.config.js"
83
82
},
84
83
"keywords" : [
85
84
" sourcejs" ,
You can’t perform that action at this time.
0 commit comments