remove /index.js

This commit is contained in:
casperlamboo 2017-11-06 09:56:08 +01:00
parent b6e39b1dbf
commit 0ed0a98efa
1 changed files with 3 additions and 3 deletions

View File

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