Skip to content

Commit

Permalink
package.json cleanup devDependencies
Browse files Browse the repository at this point in the history
remove packages no longer needed:
- coffee-script (old package name, was deprecated
  in favor of coffeescript)
- uncrustify
  • Loading branch information
Christopher J. Brody committed Jun 14, 2018
1 parent 6e790af commit cd4b0b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"coffee-script": "^1.7.1",
"eslint": "^4.0.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
Expand All @@ -44,8 +43,7 @@
"jasmine": "~2.6.0",
"nodeunit": "^0.8.7",
"rewire": "^2.5.1",
"tmp": "^0.0.26",
"uncrustify": "^0.6.1"
"tmp": "^0.0.26"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit cd4b0b4

Please sign in to comment.