Skip to content

Commit

Permalink
Require specific version of uglify-js
Browse files Browse the repository at this point in the history
**what is the change?:**
Removed the '^' from the npm package requirement

**why make this change?:**
I am seeing failures in CI that show `uglify-js` is returning different
output there from my local environment. To further debug this I'd like
to run CI with the exact same version of `uglify-js` that I am using
locally.

**test plan:**
push and see what CI does

**issue:**
facebook#9589
  • Loading branch information
flarnie committed Aug 14, 2017
1 parent 26ce0ac commit 498f8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"through2": "^2.0.0",
"tmp": "~0.0.28",
"typescript": "~1.8.10",
"uglify-js": "^2.8.29",
"uglify-js": "2.8.29",
"yargs": "^6.3.0"
},
"devEngines": {
Expand Down

0 comments on commit 498f8f5

Please sign in to comment.