Skip to content

Commit

Permalink
Merge pull request #43 from gthomas-appfolio/correctNpmDeps
Browse files Browse the repository at this point in the history
gt - Update npm deps
  • Loading branch information
gthomas-appfolio authored Nov 8, 2016
2 parents d858ec9 + 275ca4a commit deb28b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gears",
"version": "0.1.0",
"version": "0.1.1",
"description": "React-based version of Gears",
"author": "Appfolio, Inc.",
"license": "MIT",
Expand All @@ -19,6 +19,8 @@
"babel-polyfill": "~6.13.0",
"classnames": "^2.2.5",
"react": "~15.3.0",
"react-addons-css-transition-group": "^15.3.2",
"react-addons-transition-group": "^15.3.2",
"react-dom": "~15.3.0",
"reactstrap": "^3.7.0"
},
Expand Down
4 changes: 3 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ module.exports = {
externals: {
react: 'react',
'react-dom': 'react-dom',
reactstrap: 'reactstrap'
reactstrap: 'reactstrap',
'react-addons-css-transition-group': 'react-addons-css-transition-group',
'react-addons-transition-group': 'react-addons-transition-group'
},
output: {
path: path.resolve(__dirname, './dist'),
Expand Down

0 comments on commit deb28b6

Please sign in to comment.