Skip to content

Commit

Permalink
feat(docz): move docz/docz-core to dev dependency on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
socksrust authored and pedronauck committed Sep 1, 2018
1 parent a6e5cf7 commit e7153a4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"build": "docz build"
},
"dependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"emotion": "^9.2.8",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-emotion": "^9.2.8"
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"babel-plugin-emotion": "^9.2.8"
}
}
4 changes: 2 additions & 2 deletions examples/css-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"docz-plugin-css": "^0.10.3"
}
}
4 changes: 2 additions & 2 deletions examples/css-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"docz-plugin-css": "^0.10.3"
}
}
4 changes: 2 additions & 2 deletions examples/css-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"docz-plugin-css": "^0.10.3"
}
}
4 changes: 2 additions & 2 deletions examples/css-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"docz-plugin-css": "^0.10.3"
}
}
2 changes: 1 addition & 1 deletion examples/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"dependencies": {
"@babel/preset-flow": "^7.0.0",
"docz": "^0.10.3",
"emotion": "^9.2.8",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-emotion": "^9.2.8"
},
"devDependencies": {
"docz": "^0.10.3",
"babel-plugin-emotion": "^9.2.8",
"flow-bin": "^0.79.1",
"flow-typed": "^2.5.1"
Expand Down

0 comments on commit e7153a4

Please sign in to comment.