Skip to content

Commit

Permalink
docs: move antdsite from dependencies to devDependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed Aug 16, 2019
1 parent d00cd0d commit e414f0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
"start": "yarn clean && gatsby develop",
"clean": "gatsby clean"
},
"dependencies": {
"devDependencies": {
"antdsite": "^0.8.0",
"gatsby": "^2.13.39",
"gatsby-plugin-netlify": "^2.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
"gatsby-plugin-netlify": "^2.0.0"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit e414f0b

Please sign in to comment.