Skip to content

Commit 5c85e44

Browse files
author
James Halliday
committed
1.4.1
1 parent 45ec74c commit 5c85e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "brfs",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "browserify fs.readFileSync() static asset inliner",
55
"main": "index.js",
66
"bin": {
77
"brfs": "bin/cmd.js"
88
},
99
"dependencies": {
10-
"quote-stream": "~0.0.0",
10+
"quote-stream": "^1.0.1",
1111
"resolve": "^1.1.5",
1212
"static-module": "^1.1.0",
13-
"through2": "~0.4.1"
13+
"through2": "^2.0.0"
1414
},
1515
"devDependencies": {
1616
"browserify": "^4.2.0",

0 commit comments

Comments
 (0)