File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " sourcejs-react-styleguidist" ,
33 "description" : " SourceJS integration plugin for react-styleuguidist" ,
4- "version" : " 0.1 .0" ,
4+ "version" : " 0.2 .0" ,
55 "homepage" : " https://github.com/sourcejs/sourcejs-react-styleguidist" ,
66 "contributirs" : [
77 {
5454 "webpack-merge" : " 0.2.0"
5555 },
5656 "peerDependencies" : {
57- "react" : " >=0.14.0"
57+ "react" : " >=0.14.0" ,
58+ "react-dom" : " ~0.14.2"
5859 },
5960 "devDependencies" : {
6061 "babel-core" : " ~5.8.30" ,
6970 "mocha" : " ~2.3.3" ,
7071 "postcss-modules-extract-imports" : " ~1.0.0" ,
7172 "postcss-modules-scope" : " ~1.0.0" ,
72- "react" : " ~0.14.2" ,
73- "react-dom" : " ~0.14.2"
73+ "react" : " ~0.14.2"
7474 },
7575 "scripts" : {
7676 "test" : " npm run lint && npm run mocha && npm run build" ,
7777 "mocha" : " mocha test" ,
7878 "mocha:watch" : " mocha --watch --reporter min test" ,
7979 "start" : " ./bin/styleguidist server --config example/styleguide.config.js" ,
8080 "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"
8382 },
8483 "keywords" : [
8584 " sourcejs" ,
You can’t perform that action at this time.
0 commit comments