Skip to content

Commit

Permalink
🐛 move graphin to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Dec 24, 2019
1 parent 37a49bc commit 0220fb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/graphin-site/gatsby-config.js
Expand Up @@ -113,9 +113,9 @@ module.exports = {
},
},
],
},
docsearchOptions: {
apiKey: '159c16127929bd9fe6a3087f9ddddcb9',
indexName: 'antv_graphin',
docsearchOptions: {
apiKey: '159c16127929bd9fe6a3087f9ddddcb9',
indexName: 'antv_graphin',
},
},
};
3 changes: 2 additions & 1 deletion packages/graphin-site/package.json
Expand Up @@ -21,12 +21,13 @@
"devDependencies": {
"@antv/gatsby-theme-antv": "^0.10.17",
"gatsby": "^2.17.7",
"@antv/graphin": "^1.0.1",
"gh-pages": "^2.1.1"
},
"dependencies": {
"antd": "^3.24.3",
"react": "^16.11.0",
"@antv/graphin": "^1.0.1",
"react-dom": "^16.11.0",
"react-i18next": "^11.0.1"
}
}

0 comments on commit 0220fb3

Please sign in to comment.