diff --git a/package.json b/package.json index c4e3846d4d56198e0c00b8bdd5cdcb9b8826d873..5161a1a74a2f40ecddf88681710402198eec0ac6 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "@feng3d-plugins/cannon-plugin", "version": "0.6.0", "description": "将物理引擎cannon使用到feng3d的插件。", - "main": "lib/index.js", - "module": "lib/index.es.js", - "bundle": "dist/index.js", - "types": "dist/index.d.ts", + "main": "src/index.ts", + "module": "src/index.ts", + "bundle": "src/index.ts", + "types": "src/index.ts", "author": "feng", "license": "MIT", "scripts": {