First attempt at supporting JSPM.

Relates to #1104
This commit is contained in:
Jürg Lehni 2016-07-13 21:04:53 +02:00
parent 6ca3bb1c63
commit 80f4ba947f
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,11 @@
- Loosely couple Node.js / Electron code to Canvas module, and treat its absence
like a headless web worker context in the browser (#1103).
### Fixed
- Prevent `Path#getStrokeBounds(matrix)` from accidentally modifying segments
(#1102).
- Compatibility with JSPM (#1104).
## `0.10.2`
### Fixed

View file

@ -77,6 +77,7 @@
"browser": {
"canvas": false,
"jsdom": false,
"jsdom/lib/jsdom/living/generated/utils": false,
"source-map-support": false,
"./dist/node/window.js": false,
"./dist/node/extend.js": false