mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 02:53:50 +01:00
update version number
This commit is contained in:
parent
d519033bd6
commit
35e4877326
@ -11,7 +11,6 @@
|
|||||||
"prepare": "npm run build",
|
"prepare": "npm run build",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"dist": "NODE_ENV=production webpack -p",
|
"dist": "NODE_ENV=production webpack -p",
|
||||||
"upload": "npm run dist && scp -r dist/* doodle3d.com:/domains/doodle3d.com/core",
|
|
||||||
"build": "npm run build:main && npm run build:module ",
|
"build": "npm run build:main && npm run build:module ",
|
||||||
"build:main": "BABEL_ENV=main babel src -s -d lib",
|
"build:main": "BABEL_ENV=main babel src -s -d lib",
|
||||||
"build:module": "BABEL_ENV=module babel src -s -d module"
|
"build:module": "BABEL_ENV=module babel src -s -d module"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import * as contextTools from './contextTools.js';
|
import * as contextTools from './contextTools.js';
|
||||||
|
|
||||||
export const VERSION = '0.21.0';
|
export const VERSION = '0.23.0';
|
||||||
export const SHAPE_CACHE_LIMIT = 50;
|
export const SHAPE_CACHE_LIMIT = 50;
|
||||||
export const PIXEL_RATIO = 1.0;
|
export const PIXEL_RATIO = 1.0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user