From a4f11f89b28d389f1406729f1a527230c26185ba Mon Sep 17 00:00:00 2001 From: Vinay Date: Mon, 20 Jun 2016 15:13:06 +0800 Subject: [PATCH] Updated example --- example/package.json | 1 + example/webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index b18cbbf..c9bffbb 100644 --- a/example/package.json +++ b/example/package.json @@ -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": { diff --git a/example/webpack.config.js b/example/webpack.config.js index f3f0051..143fcce 100644 --- a/example/webpack.config.js +++ b/example/webpack.config.js @@ -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') },