Skip to content

Commit

Permalink
Updates build tool dependencies (pixijs#5327)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy authored Jan 7, 2019
1 parent 8e6dda1 commit 51f309e
Show file tree
Hide file tree
Showing 8 changed files with 4,557 additions and 692 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"global": false
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 8,
"sourceType": "module"
},
"rules": {
Expand Down
4 changes: 2 additions & 2 deletions bundles/pixi.js-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"test": "floss --path test",
"build:min": "uglifyjs dist/pixi-legacy.js -c -m -o dist/pixi-legacy.min.js --source-map \"content='dist/pixi-legacy.js.map',includeSources=true,filename='dist/pixi-legacy.min.js.map',url='pixi-legacy.min.js.map'\" --comments \"/pixi.js-legacy - /\""
"build:min": "terser dist/pixi-legacy.js -c -m -o dist/pixi-legacy.min.js --source-map \"content='dist/pixi-legacy.js.map',includeSources=true,filename='dist/pixi-legacy.min.js.map',url='pixi-legacy.min.js.map'\" --comments \"/pixi.js-legacy - /\""
},
"files": [
"lib/",
Expand All @@ -44,6 +44,6 @@
},
"devDependencies": {
"floss": "^2.1.5",
"uglify-es": "^3.3.9"
"terser": "^3.14.1"
}
}
4 changes: 2 additions & 2 deletions bundles/pixi.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"test": "floss --path test",
"postinstall": "node scripts/support-pixi.js",
"build:min": "uglifyjs dist/pixi.js -c -m -o dist/pixi.min.js --source-map \"content='dist/pixi.js.map',includeSources=true,filename='dist/pixi.min.js.map',url='pixi.min.js.map'\" --comments \"/pixi.js - /\""
"build:min": "terser dist/pixi.js -c -m -o dist/pixi.min.js --source-map \"content='dist/pixi.js.map',includeSources=true,filename='dist/pixi.min.js.map',url='pixi.min.js.map'\" --comments \"/pixi.js - /\""
},
"files": [
"lib/",
Expand Down Expand Up @@ -67,6 +67,6 @@
},
"devDependencies": {
"floss": "^2.1.5",
"uglify-es": "^3.3.9"
"terser": "^3.14.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.11.0",
"lerna": "3.8.5",
"packages": [
"bundles/*",
"packages/*",
Expand Down
Loading

0 comments on commit 51f309e

Please sign in to comment.