fix: 恢复 @esengine/ecs-framework 包名
上一个提交错误地将 npm 包名也改了,这里恢复正确的包名。 只更新 GitHub 仓库 URL,不改变 npm 包名。
This commit is contained in:
@@ -8,7 +8,7 @@ const { readFileSync } = require('fs');
|
||||
const pkg = JSON.parse(readFileSync('./package.json', 'utf8'));
|
||||
|
||||
const banner = `/**
|
||||
* @esengine/esengine v${pkg.version}
|
||||
* @esengine/ecs-framework v${pkg.version}
|
||||
* 高性能ECS框架 - 适用于Cocos Creator和Laya等JavaScript游戏引擎
|
||||
*
|
||||
* @author ${pkg.author}
|
||||
@@ -204,7 +204,7 @@ module.exports = [
|
||||
file: 'dist/index.d.ts',
|
||||
format: 'es',
|
||||
banner: `/**
|
||||
* @esengine/esengine v${pkg.version}
|
||||
* @esengine/ecs-framework v${pkg.version}
|
||||
* TypeScript definitions
|
||||
*/`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user