Skip to content

Commit

Permalink
Added jquery, jquery-ui, and knockout dependencies to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Dec 5, 2017
1 parent 263731a commit 5cfce82
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "knockout-jqautocomplete",
"version": "0.4.4",
"version": "0.5.0",
"author": "Ryan Niemeyer",
"repository": {
"type": "git",
Expand All @@ -22,5 +22,10 @@
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
]
],
"dependencies": {
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"knockout": "^3.4.2"
}
}

0 comments on commit 5cfce82

Please sign in to comment.