This commit is contained in:
casperlamboo 2017-10-24 12:37:51 +02:00
parent 838749a61c
commit 6f31f471a6

View File

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