We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ec74c commit 5c85e44Copy full SHA for 5c85e44
package.json
@@ -1,16 +1,16 @@
1
{
2
"name": "brfs",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "browserify fs.readFileSync() static asset inliner",
5
"main": "index.js",
6
"bin": {
7
"brfs": "bin/cmd.js"
8
},
9
"dependencies": {
10
- "quote-stream": "~0.0.0",
+ "quote-stream": "^1.0.1",
11
"resolve": "^1.1.5",
12
"static-module": "^1.1.0",
13
- "through2": "~0.4.1"
+ "through2": "^2.0.0"
14
15
"devDependencies": {
16
"browserify": "^4.2.0",
0 commit comments