Skip to content

Commit

Permalink
List jquery as dependency in package.json. Fixes #1143
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Harding committed Apr 26, 2015
1 parent c9d6c5c commit 07fbc6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"url": "https://twitter.com/vskarich"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"chai": "^1.9.1",
"colors": "^0.6.2",
Expand Down Expand Up @@ -62,4 +65,4 @@
},
"version": "0.11.0",
"main": "dist/typeahead.bundle.js"
}
}

0 comments on commit 07fbc6b

Please sign in to comment.