Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdort committed Jun 20, 2016
1 parent b5bd921 commit a4f11f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-redux-multilingual": "^1.0.0",
"redux": "^3.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
},
resolve: {
alias: {
'react-redux-multilingual': path.join(__dirname, './../lib')
// 'react-redux-multilingual': path.join(__dirname, './../lib')
},
fallback: path.resolve(__dirname, './node_modules')
},
Expand Down

0 comments on commit a4f11f8

Please sign in to comment.