pure-canvas
Advanced tools
Comparing version 0.5.16 to 0.5.17
@@ -91,2 +91,3 @@ "use strict"; | ||
this.indexFinished = true; | ||
last = true; | ||
} | ||
@@ -93,0 +94,0 @@ } |
{ | ||
"name": "pure-canvas", | ||
"version": "0.5.16", | ||
"version": "0.5.17", | ||
"description": "TODO", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"test": "tsc test/index.ts", | ||
"examples": "webpack-dev-server --config webpack.config.js --content-base dist/ --hot --inline --host 0.0.0.0" | ||
"examples": "webpack-dev-server --config webpack.config.js --content-base dist/ --hot --inline --host 0.0.0.0 --port 8888" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
@@ -104,2 +104,3 @@ import Node, {Point, Bounds} from './Node'; | ||
this.indexFinished = true; | ||
last = true; | ||
} | ||
@@ -106,0 +107,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2479
191165