Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "bfc", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Make built components usable by browserify", | ||
"dependencies": { | ||
"falafel": "~0.3.1", | ||
"commander": "~2.2.0" | ||
"falafel": "~0.3.1" | ||
}, | ||
@@ -9,0 +8,0 @@ "bin": { |
@@ -12,3 +12,3 @@ # bfc | ||
``` | ||
bfc ./build/build-standalone.js > ./dist/output.js | ||
bfc < ./build/build-standalone.js > ./dist/output.js | ||
``` | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
1
1325
- Removedcommander@~2.2.0
- Removedcommander@2.2.0(transitive)