This commit is contained in:
casperlamboo 2017-10-24 12:37:51 +02:00
parent 838749a61c
commit 6f31f471a6
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": "src/index.js",
"module": "src/index.js",
"main": "lib/index.js",
"module": "module/index.js",
"esnext": "src/index.js",
"scripts": {
"prepare": "npm run build",