mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
remove /index.js
This commit is contained in:
parent
b6e39b1dbf
commit
0ed0a98efa
@ -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 ",
|
||||
|
Loading…
Reference in New Issue
Block a user