Skip to content

Commit

Permalink
bump version, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Jackson committed Apr 11, 2017
1 parent 96e565f commit bc2f6d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "0.12"
- "4"
- "5"
script:
- npm test
- npm test
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ This is an extension plugin for the [webpack](http://webpack.github.io) plugin [

Installation
------------
You must be running webpack on node 0.12.x or higher
You must be running webpack on node 4 or higher

Install the plugin with npm:
```shell
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "html-webpack-inline-source-plugin",
"version": "0.0.7",
"version": "0.0.8",
"description": "Embed javascript and css source inline when using the webpack dev server or middleware",
"main": "index.js",
"files": [
Expand Down

0 comments on commit bc2f6d0

Please sign in to comment.