This commit is contained in:
casperlamboo 2017-10-24 12:35:59 +02:00
parent 70d5ea8010
commit 838749a61c
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
"name": "doodle3d-core",
"version": "0.0.1",
"description": "Core functions of Doodle3D Transform",
"main": "lib/index.js",
"module": "module/index.js",
"main": "src/index.js",
"module": "src/index.js",
"esnext": "src/index.js",
"scripts": {
"prepare": "npm run build",