Skip to content

Commit

Permalink
Remove deprecated option in 'bower.json'. (#395)
Browse files Browse the repository at this point in the history
`version` option is deprecated and is not used by bower.
https://github.com/bower/spec/blob/master/json.md#version
  • Loading branch information
nelson6e65 authored and bbrala committed May 24, 2016
1 parent 217788d commit 0a1a536
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "jQuery-contextMenu",
"version": "2.1.1",
"main": [
"dist/jquery.contextMenu.js",
"dist/jquery.contextMenu.min.js",
Expand Down Expand Up @@ -40,4 +39,4 @@
"/*.css",
"/*.js"
]
}
}

0 comments on commit 0a1a536

Please sign in to comment.