@hatiolab/things-scene
Advanced tools
Comparing version 2.2.68 to 2.2.69
{ | ||
"name": "@hatiolab/things-scene", | ||
"version": "2.2.68", | ||
"version": "2.2.69", | ||
"description": "2D graphic library", | ||
@@ -22,4 +22,5 @@ "main": "things-scene-min.js", | ||
"test": "./node_modules/.bin/mocha --require should --require @babel/register test/**/test-*.js", | ||
"serve": "webpack-dev-server --hot --inline --host 0.0.0.0", | ||
"build": "webpack" | ||
"serve": "webpack-dev-server --config webpack.config.dev.js --hot --inline --host 0.0.0.0", | ||
"build": "webpack", | ||
"prettify": "prettier --write \"{src,samples,test}/**/*.{js,css,html}\"" | ||
}, | ||
@@ -44,2 +45,3 @@ "author": "heartyoh@hatiolab.com", | ||
"mocha": "^5.2.0", | ||
"prettier": "^1.15.3", | ||
"should": "^13.2.3", | ||
@@ -46,0 +48,0 @@ "systemjs": "^2.0.0", |
Sorry, the diff of this file is too big to display
584107
13
1696
22