Skip to content

Commit

Permalink
Set greenkeeper to ignore uglify-js
Browse files Browse the repository at this point in the history
steal@2 will probably drop uglify-js and use a es6 friendly minifier;
uglify-js@3 has a breaking api and we are not planning to get it to
work, yet...
  • Loading branch information
Manuel Mujica committed May 16, 2017
1 parent 9e6a405 commit a556a9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -95,7 +95,8 @@
},
"greenkeeper": {
"ignore": [
"traceur"
"traceur",
"uglify-js"
]
}
}

0 comments on commit a556a9a

Please sign in to comment.