diff --git a/bin/starred_search b/bin/starred_search index cc364ac..95d585c 100755 --- a/bin/starred_search +++ b/bin/starred_search @@ -17056,7 +17056,7 @@ module.exports = JSON.parse('{"application/1d-interleaved-parityfec":{"source":" /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"starred_search","version":"0.1.13","description":"Search your starred repositories on GitHub for a keyword.","main":"src/cli.js","scripts":{"test":"mocha","build":"ncc build src/cli.js -o bin && mv bin/index.js bin/starred_search","all":"npm test && npm run build"},"bin":{"@link-/starred_search":"bin/starred_search","starred_search":"bin/starred_search"},"repository":{"type":"git","url":"git+https://github.com/Link-/starred_search.git"},"bugs":{"url":"https://github.com/Link-/starred_search/issues"},"homepage":"https://github.com/Link-/starred_search/#readme","keywords":["GitHub","repository","fulltext search","starred","stargazers","cli","terminal","nodejs"],"author":"Link-","license":"ISC","dependencies":{"@vercel/ncc":"^0.38.0","arg":"^4.1.3","axios":"^1.5.1","cachedir":"^2.3.0","chalk":"^4.1.2","esm":"^3.2.25","flat-cache":"^2.0.1","imurmurhash":"^0.1.4","minisearch":"^6.1.0"},"devDependencies":{"chai":"^4.3.6","mocha":"^10.0.0","prettier":"^2.2.1"}}'); +module.exports = JSON.parse('{"name":"starred_search","version":"0.1.14","description":"Search your starred repositories on GitHub for a keyword.","main":"src/cli.js","scripts":{"test":"mocha","build":"ncc build src/cli.js -o bin && mv bin/index.js bin/starred_search","all":"npm test && npm run build"},"bin":{"@link-/starred_search":"bin/starred_search","starred_search":"bin/starred_search"},"repository":{"type":"git","url":"git+https://github.com/Link-/starred_search.git"},"bugs":{"url":"https://github.com/Link-/starred_search/issues"},"homepage":"https://github.com/Link-/starred_search/#readme","keywords":["GitHub","repository","fulltext search","starred","stargazers","cli","terminal","nodejs"],"author":"Link-","license":"ISC","dependencies":{"@vercel/ncc":"^0.38.0","arg":"^4.1.3","axios":"^1.5.1","cachedir":"^2.3.0","chalk":"^4.1.2","esm":"^3.2.25","flat-cache":"^2.0.1","imurmurhash":"^0.1.4","minisearch":"^6.1.0"},"devDependencies":{"chai":"^4.3.6","mocha":"^10.0.0","prettier":"^2.2.1"}}'); /***/ }) diff --git a/package-lock.json b/package-lock.json index 1940bdf..b9c8566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "starred_search", - "version": "0.1.13", + "version": "0.1.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "starred_search", - "version": "0.1.13", + "version": "0.1.14", "license": "ISC", "dependencies": { "@vercel/ncc": "^0.38.0", diff --git a/package.json b/package.json index b017ab1..d9e9de3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starred_search", - "version": "0.1.13", + "version": "0.1.14", "description": "Search your starred repositories on GitHub for a keyword.", "main": "src/cli.js", "scripts": {