Skip to content

Commit

Permalink
Move strip-bom-* from devDependencies back to dependencies. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenschoenung committed Aug 7, 2018
1 parent 6b0d45f commit 6d79c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,6 +17,8 @@
"graceful-fs": "^4.1.4",
"lazystream": "^1.0.0",
"object-assign": "^4.1.0",
"strip-bom-buf": "^1.0.0",
"strip-bom-stream": "^3.0.0",
"through2": "^2.0.1"
},
"devDependencies": {
Expand All @@ -28,8 +30,6 @@
"istanbul": "^0.4.2",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.0.0",
"strip-bom-buf": "^1.0.0",
"strip-bom-stream": "^3.0.0",
"vinyl-fs": "^3.0.3"
},
"scripts": {
Expand Down

0 comments on commit 6d79c19

Please sign in to comment.