phosphor-boxengine
Advanced tools
Comparing version 0.9.4 to 1.0.0
{ | ||
"name": "phosphor-boxengine", | ||
"version": "0.9.4", | ||
"version": "1.0.0", | ||
"description": "A low-level box layout algorithm.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -95,4 +95,7 @@ phosphor-boxengine | ||
```typescript | ||
import { BoxSizer, boxCalc } from 'phosphor-boxengine'; | ||
import { | ||
BoxSizer, boxCalc | ||
} from 'phosphor-boxengine'; | ||
// Setup a simple 3-column arrangement. Normally done via static HTML | ||
@@ -99,0 +102,0 @@ // or some form of DOM generation library. Kept simple for this example. |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
176
25587