Skip to content

Commit

Permalink
Replace with actual npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
freedmand committed Jul 3, 2018
1 parent 13ae555 commit 85048fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"homepage": "https://github.com/documentcloud/visualsearch#readme",
"dependencies": {
"@bower_components/backbone": "jashkenas/backbone#>=0.9.10",
"@bower_components/jquery": "jquery/jquery-dist#>=1.4",
"@bower_components/jquery-ui": "components/jqueryui#>=1.8",
"@bower_components/underscore": "jashkenas/underscore#>=1.4.3"
"backbone": "0.9.10",
"jquery": "1.11.0",
"jquery-ui": "1.11.4",
"underscore": "1.4.3"
},
"engines": {
"yarn": ">= 1.0.0"
Expand Down

0 comments on commit 85048fd

Please sign in to comment.