Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Aug 7, 2018
1 parent a35cdbc commit 42baa23
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-stream",
"version": "5.1.0",
"version": "5.1.1",
"description": "Run webpack as a stream",
"license": "MIT",
"homepage": "https://github.com/shama/webpack-stream",
Expand All @@ -16,14 +16,9 @@
"scripts": {
"test": "semistandard && node test/test.js"
},
"files": [
"index.js"
],
"files": ["index.js"],
"semistandard": {
"ignore": [
"test/fixtures",
"examples"
]
"ignore": ["test/fixtures", "examples"]
},
"dependencies": {
"fancy-log": "^1.3.2",
Expand All @@ -44,9 +39,5 @@
"vinyl-fs": "^3.0.2",
"vinyl-named": "^1.1.0"
},
"keywords": [
"gulpplugin",
"webpack",
"stream"
]
"keywords": ["gulpplugin", "webpack", "stream"]
}

0 comments on commit 42baa23

Please sign in to comment.