Skip to content

Commit

Permalink
Remove unused npm dependencies and add missing ones
Browse files Browse the repository at this point in the history
Summary:
A couple of npm dependencies are unused (grepped for them or their variants since some are Babel presets/plugins) and there were also some missing that are listed in react-native's package.json but are directly required by the website.
Closes #14880

Differential Revision: D5383816

Pulled By: hramos

fbshipit-source-id: 704cea500d92542078fddbb8777e6855d70e4659
  • Loading branch information
ide authored and facebook-github-bot committed Jul 8, 2017
1 parent 2781739 commit 1954fd4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/package.json
Expand Up @@ -6,11 +6,7 @@
}, },
"dependencies": { "dependencies": {
"babel-core": "^6.6.4", "babel-core": "^6.6.4",
"babel-plugin-external-helpers": "^6.5.0", "babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-polyfill": "^6.6.1",
"babel-preset-react-native": "~1.6.0",
"babel-register": "^6.6.0",
"babel-types": "^6.6.4",
"bluebird": "^2.9.21", "bluebird": "^2.9.21",
"connect": "2.8.3", "connect": "2.8.3",
"deep-assign": "^2.0.0", "deep-assign": "^2.0.0",
Expand Down

0 comments on commit 1954fd4

Please sign in to comment.