Fixes #164 - Error: Cannot find module './lib/compiler.js'

This commit is contained in:
Jan Nicklas 2016-01-12 09:31:48 +01:00 committed by Jan Nicklas
parent 70259ea4b9
commit c6cb00c4fe
1 changed files with 5 additions and 3 deletions

View File

@ -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",