去除原有的Component的逻辑代码
修改过程属性的链接方式
Showing
build/engine.min.js
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
build/render.min.js
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/index.js
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/index.js.map
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -5,26 +5,32 @@ |
"main": "index.js", | ||
"types": "index.d.ts", | ||
"dependencies": { | ||
"glob": "^7.1.6", | ||
"rollup-plugin-typescript": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"dts-bundle": "^0.7.3", | ||
"protobufjs": "^6.8.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-progress": "^1.1.1", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup-plugin-typescript2": "^0.25.2", | ||
"rollup-plugin-uglify": "^6.0.3", | ||
"ts-loader": "^4.0.0", | ||
"typescript": "^2.7.2", | ||
"uglifyjs-webpack-plugin": "^2.1.2", | ||
"webpack": "^4.1.0", | ||
"webpack-cli": "^3.3.2", | ||
"webpack-dev-server": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"protobufjs": "^6.8.0", | ||
"webpack-cli": "^3.3.2" | ||
}, | ||
"scripts": { | ||
"build": "webpack", | ||
"rollup": "rollup -c", | ||
"ts": "dts-bundle --name engine --main types/src/index.d.ts --out ../../dist/index.d.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dev": "webpack -w", | ||
"watch": "webpack --watch" | ||
"watch": "webpack --watch", | ||
"mergeDts": "node scripts/mergeDts.js" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
... | ... |
scripts/mergeDts.js
0 → 100644
src/2d/tween/Ease.ts
0 → 100644
src/2d/tween/Tween.ts
0 → 100644
src/2d/tween/index.ts
0 → 100644
Please register or sign in to comment