Skip to content

Commit

Permalink
Fixes #164 - Error: Cannot find module './lib/compiler.js'
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored and Jan Nicklas committed Jan 12, 2016
1 parent 70259ea commit c6cb00c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "html-webpack-plugin",
"version": "2.6.0",
"version": "2.6.1",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"files": [
"index.js",
"loader.js",
"default_index.html"
"default_index.html",
"lib/errors.js",
"lib/compiler.js",
"lib/loader.js"
],
"scripts": {
"pretest": "jshint *.js spec",
Expand Down

0 comments on commit c6cb00c

Please sign in to comment.