Skip to content

Commit

Permalink
Release 0.1.14 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 14, 2023
1 parent bd34a88 commit 60696f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/starred_search
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}');

/***/ })

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 60696f6

Please sign in to comment.