Skip to content

Commit

Permalink
🐛 with wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed May 10, 2023
1 parent f93e10e commit daf5aad
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ xsortedArray.intersection(x, y);

## References

- [binarysearch - npm : Ryan Day](https://www.npmjs.com/package/binarysearch)
- [binary-sorted-array - npm : Michal Iwanow](https://www.npmjs.com/package/binary-sorted-array)
- [How to add region in java script file, visual studio](https://stackoverflow.com/a/51550649/1413259)

<br>
<br>


[![](https://img.youtube.com/vi/VYOOiIJeBOA/maxresdefault.jpg)](https://www.youtube.com/watch?v=VYOOiIJeBOA)<br>
[![](https://img.youtube.com/vi/CDjuk07E6rI/maxresdefault.jpg)](https://www.youtube.com/watch?v=CDjuk07E6rI)<br>
[![ORG](https://img.shields.io/badge/org-nodef-green?logo=Org)](https://nodef.github.io)
[![Coverage Status](https://coveralls.io/repos/github/nodef/extra-sorted-array/badge.svg?branch=master)](https://coveralls.io/github/nodef/extra-sorted-array?branch=master)
[![Test Coverage](https://api.codeclimate.com/v1/badges/31b3e3f490532d3bd3d3/test_coverage)](https://codeclimate.com/github/nodef/extra-sorted-array/test_coverage)
Expand Down
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function generateWiki(ds) {
for (var d of ds) {
var f = `wiki/${d.name}.md`;
if (!rkind.test(d.kind)) continue;
if (d.location.includes('node_modules')) continue; // Skip external
if (!fs.existsSync(f)) {
var txt = build.wikiMarkdown(d, {owner, repo, useWiki});
build.writeFileText(f, txt);
Expand Down
22 changes: 11 additions & 11 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": "extra-sorted-array",
"version": "0.0.14",
"version": "1.0.0",
"description": "A sorted array is a collection of values, arranged in an order.",
"main": "index.js",
"module": "index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 316e2b to 806825

0 comments on commit daf5aad

Please sign in to comment.