Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Bumping for bugfix in webpack-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Mar 2, 2017
1 parent 64a0a2e commit c253f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/neutrino/package.json
@@ -1,6 +1,6 @@
{
"name": "neutrino",
"version": "4.3.0",
"version": "4.3.1",
"description": "Create and build JS applications with managed configurations",
"main": "src/neutrino.js",
"bin": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"ora": "^1.1.0",
"webpack": "^2.2.1",
"webpack-chain": "^1.4.1",
"webpack-chain": "^1.4.2",
"webpack-dev-server": "^2.4.1",
"yargs": "^6.6.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/neutrino/yarn.lock
Expand Up @@ -2133,9 +2133,9 @@ wbuf@^1.1.0, wbuf@^1.4.0:
dependencies:
minimalistic-assert "^1.0.0"

webpack-chain@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-1.4.1.tgz#6d5483c33f7b5da11e6c6eec095e253aeb0f6c81"
webpack-chain@^1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-1.4.2.tgz#b420d68c1e395fbe8167a26e133844a2d4efb2ed"
dependencies:
deepmerge "^1.3.2"

Expand Down

0 comments on commit c253f83

Please sign in to comment.