phosphor-boxengine
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -0,0 +0,0 @@ /*----------------------------------------------------------------------------- |
{ | ||
"name": "phosphor-boxengine", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A low-level box layout algorithm.", | ||
"main": "lib/index.js", | ||
"typescript": { | ||
"definition": "lib/phosphor-boxengine.d.ts" | ||
}, | ||
"typings": "lib/index.d.ts", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"coveralls": "^2.11.4", | ||
"dts-generator": "^1.5.0", | ||
"expect.js": "^0.3.1", | ||
@@ -18,3 +15,3 @@ "istanbul": "^0.3.19", | ||
"typedoc": "^0.3.8", | ||
"typescript": "^1.5.3" | ||
"typescript": "1.6.0-beta" | ||
}, | ||
@@ -24,9 +21,8 @@ "scripts": { | ||
"build:src": "tsc --project src", | ||
"build:dts": "node scripts/dtsbundle.js", | ||
"build:test": "tsc --project test/src", | ||
"build": "npm run build:src && npm run build:dts && npm run build:test", | ||
"build": "npm run build:src && npm run build:test", | ||
"docs": "rimraf docs/api && typedoc --options scripts/tdoptions.json", | ||
"prepublish": "npm run build", | ||
"test": "mocha test/build/index.js", | ||
"test:coverage": "istanbul cover --dir test/coverage _mocha -- test/build/index.js" | ||
"test:coverage": "istanbul cover --dir test/coverage node_modules/mocha/bin/_mocha -- test/build/index.js" | ||
}, | ||
@@ -39,3 +35,3 @@ "repository": { | ||
"lib/index.js", | ||
"lib/phosphor-boxengine.d.ts" | ||
"lib/index.d.ts" | ||
], | ||
@@ -42,0 +38,0 @@ "keywords": [ |
@@ -77,2 +77,13 @@ phosphor-boxengine | ||
Bundle for the Browser | ||
---------------------- | ||
Follow the package install instructions first. | ||
```bash | ||
npm install --save-dev browserify browserify-css | ||
browserify myapp.js -t browserify-css -o mybundle.js | ||
``` | ||
Usage Examples | ||
@@ -79,0 +90,0 @@ -------------- |
Sorry, the diff of this file is not supported yet
25617
7
173
477