Skip to content

Commit

Permalink
Merge pull request #5 from willypelz/search-component
Browse files Browse the repository at this point in the history
[IMP] update package.json to handle npm config
  • Loading branch information
willypelz authored Aug 23, 2021
2 parents 12154c4 + b880555 commit 7175a6c
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"private": true,
"dependencies": {
"http-server": "^13.0.1"
}
},
"name": "wiki-media-search-component",
"description": "Js Search enables efficient client-side searches of JavaScript. It is ES5 compatible and does not require jQuery or any other third-party libraries.",
"version": "1.0.0",
"main": "js/wikimedia.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willypelz/wikimedia-search-component.git"
},
"keywords": [
"javascript"
],
"author": "michael",
"license": "MIT",
"bugs": {
"url": "https://github.com/willypelz/wikimedia-search-component/issues"
},
"homepage": "https://github.com/willypelz/wikimedia-search-component#readme"
}

0 comments on commit 7175a6c

Please sign in to comment.