Skip to content

Commit

Permalink
fix malformed bower.json dependency declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
clalimarmo committed Dec 9, 2014
1 parent ce982ca commit a6e8102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
],
"description": "Store JSON documents to Google Cloud Storage",
"main": "dist/json-gcs.js",
"dependencies": [
"dependencies": {
"jquery": "~2.0.3"
],
},
"moduleType": [
"amd"
],
Expand Down

0 comments on commit a6e8102

Please sign in to comment.