remove /index.js

This commit is contained in:
casperlamboo 2017-11-06 09:56:08 +01:00
parent b6e39b1dbf
commit 0ed0a98efa

View File

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