Skip to content

Commit

Permalink
Update: Replace strip-bom-buffer dependency with remove-bom-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jun 17, 2017
1 parent c68951d commit 8ae4799
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
@@ -1,7 +1,7 @@
'use strict';

var through = require('through2');
var removeBom = require('strip-bom-buffer');
var removeBom = require('remove-bom-buffer');
var SafeBuffer = require('safe-buffer').Buffer;

function removeBomStream() {
Expand Down
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"safe-buffer": "^5.1.0",
"strip-bom-buffer": "^1.0.1",
"remove-bom-buffer": "^2.0.0",
"through2": "^2.0.3"
},
"devDependencies": {
Expand All @@ -44,6 +44,8 @@
"keywords": [
"bom",
"remove",
"utf8"
"utf8",
"streaming",
"stream"
]
}

0 comments on commit 8ae4799

Please sign in to comment.