Skip to content

Commit

Permalink
Merge pull request #88 from AlexKVal/deps
Browse files Browse the repository at this point in the history
Remove extraneous dependencies.
  • Loading branch information
taion committed Jul 11, 2015
2 parents 940c7d1 + 5f16463 commit 96223eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,22 @@
"babel-loader": "^5.1.4",
"bootstrap": "^3.3.1",
"chai": "^3.0.0",
"css-loader": "^0.14.4",
"eslint": "^0.24.0",
"eslint-plugin-babel": "^1.0.0",
"eslint-plugin-mocha": "^0.4.0",
"eslint-plugin-react": "^2.5.0",
"file-loader": "^0.8.1",
"karma": "^0.12.31",
"karma-cli": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-webpack": "^1.5.0",
"less": "^2.2.0",
"less-loader": "^2.0.0",
"mocha": "^2.1.0",
"node-libs-browser": "^0.5.2",
"phantomjs": "^1.9.13",
"react": ">0.10.0",
"react-bootstrap": ">=0.15",
"react-router": ">=0.13.1",
"style-loader": "^0.12.2",
"url-loader": "^0.5.5",
"webpack": "^1.4.15",
"webpack-dev-server": "^1.7.0"
},
Expand Down
5 changes: 1 addition & 4 deletions webpack.test.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ module.exports = {

module: {
loaders: [
{test: /\.js/, loader: 'babel', exclude: /node_modules/},
{test: /\.less$/, loader: 'style!css!less'},
{test:/\.woff|\.woff2$/, loader: 'url?prefix=font/&limit=5000'},
{test:/\.eot$|\.ttf$|\.svg$/, loader: 'file?prefix=font/'}
{test: /\.js/, loader: 'babel', exclude: /node_modules/}
]
}
};

0 comments on commit 96223eb

Please sign in to comment.