Skip to content

Commit

Permalink
Update egret libs
Browse files Browse the repository at this point in the history
  • Loading branch information
akdcl committed Feb 14, 2020
1 parent 08cf898 commit 38956cf
Show file tree
Hide file tree
Showing 6 changed files with 251 additions and 3,455 deletions.
6 changes: 3 additions & 3 deletions DragonBones/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"main": "",
"scripts": {
"build": "tsc & uglifyjs ./out/dragonBones.js -o ./out/dragonBones.min.js -m",
"build-egret-4.x": "cd .. & cd Egret & cd 4.x & npm run build & cd .. & cd .. & cd DragonBones",
"build-egret": "cd .. & cd Egret & cd 4.x & npm run build & cd .. & cd .. & cd DragonBones",
"build-pixi": "cd .. & cd Pixi & cd 4.x & npm run build & cd .. & cd Demos & tsc & cd .. & cd .. & cd DragonBones",
"build-phaser": "cd .. & cd Phaser & cd 2.x & npm run build & cd .. & cd Demos & tsc & cd .. & cd .. & cd DragonBones",
"build-hilo": "cd .. & cd Hilo & cd 1.x & npm run build & cd .. & cd Demos & tsc & cd .. & cd .. & cd DragonBones",
"build-cocos": "cd .. & cd Cocos & cd 1.x & npm run build & cd .. & cd .. & cd DragonBones",
"build-all": "npm run build-egret-4.x & npm run build-pixi & npm run build-phaser & npm run build-hilo & npm run build-cocos"
"build-all": "npm run build-egret & npm run build-pixi & npm run build-phaser & npm run build-hilo & npm run build-cocos"
},
"devDependencies": {
"typescript": "^2.4.2",
"uglify-js": "^3.0.26"
}
}
}
Loading

0 comments on commit 38956cf

Please sign in to comment.