Skip to content

Commit

Permalink
feat: npm-install-webpack-plugin -> npm-install-webpack2-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Jun 14, 2017
1 parent 5c6c48c commit 2d305a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module "npm-install-webpack-plugin" {
declare module "npm-install-webpack2-plugin" {
declare type NpmInstallWebpackPlugin = {};

declare module.exports: (opiotns: Object) => NpmInstallWebpackPlugin;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"json-loader": "0.5.4",
"meow": "3.7.0",
"ngrok": "2.2.9",
"npm-install-webpack-plugin": "github:webpack-contrib/npm-install-webpack-plugin#b21bd32dce7470d5169c0964ac4be15b2899a005",
"npm-install-webpack2-plugin": "4.1.0",
"opn": "github:sindresorhus/opn#b792b3bc3ad8a1f1090bffc5ef8f7e01f4a24697",
"postcss-loader": "2.0.5",
"postcss-partial-import": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/webpack/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import path from "path";
import webpack from "webpack";
import HtmlWebpackPlugin from "html-webpack-plugin";
import NpmInstallPlugin from "npm-install-webpack-plugin";
import NpmInstallPlugin from "npm-install-webpack2-plugin";
import ExtractTextPlugin from "extract-text-webpack-plugin";
import last from "../utils/last";

Expand Down

0 comments on commit 2d305a6

Please sign in to comment.