Skip to content

Commit

Permalink
Update Bower.json per latest spec (#4371)
Browse files Browse the repository at this point in the history
* Remove moot `version` property from bower.json

Per bower/spec@a325da3

* No need for bower to know about dev dependencies, and this is one less thing to keep in sync
  • Loading branch information
GeoffreyBooth authored Nov 23, 2016
1 parent 56482a3 commit 8ea67ff
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "coffee-script",
"version": "1.11.1",
"main": [
"lib/coffee-script/coffee-script.js"
],
Expand All @@ -11,13 +10,6 @@
"coffeescript",
"compiler"
],
"devDependencies": {
"uglify-js": "~2.2",
"jison": ">=0.2.0",
"highlight.js": "~9.6.0",
"underscore": "~1.5.2",
"docco": "~0.6.2"
},
"author": {
"name": "Jeremy Ashkenas"
},
Expand Down

0 comments on commit 8ea67ff

Please sign in to comment.