Skip to content

Commit

Permalink
Update hpq dependency to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 24, 2017
1 parent cf00fa5 commit 3c35361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"hpq": "^1.1.0"
"hpq": "^1.1.1"
}
}
5 changes: 1 addition & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ const config = {
},
{
test: /\.js$/,
include: [
__dirname + '/modules',
__dirname + '/node_modules/hpq'
],
exclude: /node_modules/,
use: 'babel-loader'
},
{
Expand Down

0 comments on commit 3c35361

Please sign in to comment.