Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update References #440

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
> **NOTE** This file is generated from jsdoc, do not edit directly. Instead, run `npm run docs`

<a href='https://smartprocure.github.io/futil-js/'><img src='https://user-images.githubusercontent.com/8062245/28718527-796382ac-7374-11e7-98a3-9791223042a4.png' width='200' alt='futil-js'></a>
<a href='https://futil-js.github.io/futil-js/'><img src='https://user-images.githubusercontent.com/8062245/28718527-796382ac-7374-11e7-98a3-9791223042a4.png' width='200' alt='futil-js'></a>

---

[![CircleCI](https://circleci.com/gh/smartprocure/futil-js.svg?style=svg)](https://circleci.com/gh/smartprocure/futil-js)
[![npm version](https://badge.fury.io/js/futil-js.svg)](https://badge.fury.io/js/futil-js)
![dependencies](https://david-dm.org/smartprocure/futil-js.svg)
[![Code Climate](https://codeclimate.com/github/smartprocure/futil-js/badges/gpa.svg)](https://codeclimate.com/github/smartprocure/futil-js)
[![Coverage Status](https://coveralls.io/repos/github/smartprocure/futil-js/badge.svg?branch=master)](https://coveralls.io/github/smartprocure/futil-js?branch=master)
![dependencies](https://david-dm.org/futil-js/futil-js.svg)
[![Code Climate](https://codeclimate.com/github/futil-js/futil-js/badges/gpa.svg)](https://codeclimate.com/github/futil-js/futil-js)
[![Coverage Status](https://coveralls.io/repos/github/futil-js/futil-js/badge.svg?branch=master)](https://coveralls.io/github/futil-js/futil-js?branch=master)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Try futil-js on RunKit](https://badge.runkitcdn.com/futil-js.svg)](https://npm.runkit.com/futil-js)

Expand All @@ -20,11 +19,11 @@ Mostly, these are generic utilities that could conceivably be part of a library

# Docs

https://smartprocure.github.io/futil-js/
https://futil-js.github.io/futil-js/

# Version History/Changelog

See our [changelog](https://github.com/smartprocure/futil-js/blob/master/CHANGELOG.md)
See our [changelog](https://github.com/futil-js/futil-js/blob/master/CHANGELOG.md)

# Installing

Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.github('smartprocure/futil-js'),
fetcher: Flatdoc.github('futil-js/futil-js'),
})
</script>
</head>
Expand All @@ -52,19 +52,19 @@
<h1>futil-js</h1>
<ul>
<li>
<a href="https://github.com/smartprocure/futil-js"
<a href="https://github.com/futil-js/futil-js"
>View on GitHub</a
>
</li>
<li>
<a href="https://github.com/smartprocure/futil-js/issues">Issues</a>
<a href="https://github.com/futil-js/futil-js/issues">Issues</a>
</li>
</ul>
</div>
<div class="right">
<!-- GitHub buttons: see http://ghbtns.com -->
<iframe
src="https://ghbtns.com/github-btn.html?user=smartprocure&amp;repo=futil-js&amp;type=watch&amp;count=true"
src="https://ghbtns.com/github-btn.html?user=futil-js&amp;repo=futil-js&amp;type=watch&amp;count=true"
allowtransparency="true"
frameborder="0"
scrolling="0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"author": {
"name": "Samuel Greene",
"email": "[email protected]"
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -119,12 +119,12 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/smartprocure/futil-js.git"
"url": "git+ssh://[email protected]/futil-js/futil-js.git"
},
"bugs": {
"url": "https://github.com/smartprocure/futil-js/issues"
"url": "https://github.com/futil-js/futil-js/issues"
},
"homepage": "https://github.com/smartprocure/futil-js#readme",
"homepage": "https://github.com/futil-js/futil-js#readme",
"runkitExampleFilename": "runkit.example.js",
"readme": "README.md",
"packageManager": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { stringify, getTag } from './utils'

let outputDir = './docs/data/'

let githubSrcUrl = 'https://github.com/smartprocure/futil-js/blob/master/src/'
let githubSrcUrl = 'https://github.com/futil-js/futil-js/blob/master/src/'

let getNameFromDoc = _.flow(
_.get('longname'),
Expand Down Expand Up @@ -49,7 +49,7 @@ let getDocs = async () => {
source,
lineCount,
lineno: x.meta.lineno,
// https://github.com/smartprocure/futil-js/blob/master/src/array.js#L20-L25
// https://github.com/futil-js/futil-js/blob/master/src/array.js#L20-L25
link: `${githubSrcUrl}${x.meta.filename}#L${x.meta.lineno}${
lineCount === 1 ? '' : `-L${x.meta.lineno + lineCount - 1}`
}`,
Expand Down
13 changes: 6 additions & 7 deletions scripts/readme-preamble.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
> **NOTE** This file is generated from jsdoc, do not edit directly. Instead, run `npm run docs`

<a href='https://smartprocure.github.io/futil-js/'><img src='https://user-images.githubusercontent.com/8062245/28718527-796382ac-7374-11e7-98a3-9791223042a4.png' width='200' alt='futil-js'></a>
<a href='https://futil-js.github.io/futil-js/'><img src='https://user-images.githubusercontent.com/8062245/28718527-796382ac-7374-11e7-98a3-9791223042a4.png' width='200' alt='futil-js'></a>

---

[![CircleCI](https://circleci.com/gh/smartprocure/futil-js.svg?style=svg)](https://circleci.com/gh/smartprocure/futil-js)
[![npm version](https://badge.fury.io/js/futil-js.svg)](https://badge.fury.io/js/futil-js)
![dependencies](https://david-dm.org/smartprocure/futil-js.svg)
[![Code Climate](https://codeclimate.com/github/smartprocure/futil-js/badges/gpa.svg)](https://codeclimate.com/github/smartprocure/futil-js)
[![Coverage Status](https://coveralls.io/repos/github/smartprocure/futil-js/badge.svg?branch=master)](https://coveralls.io/github/smartprocure/futil-js?branch=master)
![dependencies](https://david-dm.org/futil-js/futil-js.svg)
[![Code Climate](https://codeclimate.com/github/futil-js/futil-js/badges/gpa.svg)](https://codeclimate.com/github/futil-js/futil-js)
[![Coverage Status](https://coveralls.io/repos/github/futil-js/futil-js/badge.svg?branch=master)](https://coveralls.io/github/futil-js/futil-js?branch=master)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Try futil-js on RunKit](https://badge.runkitcdn.com/futil-js.svg)](https://npm.runkit.com/futil-js)

Expand All @@ -20,11 +19,11 @@ Mostly, these are generic utilities that could conceivably be part of a library

# Docs

https://smartprocure.github.io/futil-js/
https://futil-js.github.io/futil-js/

# Version History/Changelog

See our [changelog](https://github.com/smartprocure/futil-js/blob/master/CHANGELOG.md)
See our [changelog](https://github.com/futil-js/futil-js/blob/master/CHANGELOG.md)

# Installing

Expand Down
Loading