phosphor-boxengine
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /*----------------------------------------------------------------------------- |
{ | ||
"name": "phosphor-boxengine", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "A low-level box layout algorithm.", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"rimraf": "^2.4.2", | ||
"typedoc": "^0.3.8", | ||
"typedoc": "git://github.com/phosphorjs/typedoc.git", | ||
"typescript": "1.6.0-beta" | ||
@@ -17,0 +17,0 @@ }, |
@@ -83,4 +83,4 @@ phosphor-boxengine | ||
```bash | ||
npm install --save-dev browserify browserify-css | ||
browserify myapp.js -t browserify-css -o mybundle.js | ||
npm install --save-dev browserify | ||
browserify myapp.js -o mybundle.js | ||
``` | ||
@@ -87,0 +87,0 @@ |
Sorry, the diff of this file is not supported yet
24941