Skip to content

Commit 1cb623f

Browse files
committed
add react-dom to peer dependencies
1 parent 9ab27ae commit 1cb623f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
{
@@ -54,7 +54,8 @@
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",
@@ -69,17 +70,15 @@
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",

0 commit comments

Comments
 (0)