Compare commits

...

3 Commits

Author SHA1 Message Date
AJ ONeal
6daa62689d update urls 2018-06-01 02:58:45 -06:00
Drew Warren
dca721f8ac v1.0.3 2017-07-10 11:57:28 -06:00
Drew Warren
28ce5450f2 Typo in readme 2017-07-10 11:57:21 -06:00
3 changed files with 10 additions and 8 deletions

View File

@ -36,13 +36,15 @@ Usage
### npm ### npm
```bash ```bash
# directly from git
npm install --save git+https://git@git.daplie.com:Daplie/human-readable-ids-js.git
# from npm # from npm
npm install --save human-readable-ids npm install --save human-readable-ids
``` ```
```bash
# directly from git
npm install --save https://git.coolaj86.com/coolaj86/human-readable-ids.js.git
```
```javascript ```javascript
'use strict'; 'use strict';

View File

@ -1,7 +1,7 @@
{ {
"name": "human-readable-ids", "name": "human-readable-ids",
"main": "index.js", "main": "index.js",
"version": "1.0.2", "version": "1.0.3",
"homepage": "https://github.com/coolaj86/human-readable-ids-js", "homepage": "https://github.com/coolaj86/human-readable-ids-js",
"authors": [ "authors": [
"AJ ONeal <awesome@coolaj86.com>" "AJ ONeal <awesome@coolaj86.com>"

View File

@ -1,6 +1,6 @@
{ {
"name": "human-readable-ids", "name": "human-readable-ids",
"version": "1.0.2", "version": "1.0.4",
"description": "Generate human-readable ids from lists of easy-to-spell nouns and adjectives", "description": "Generate human-readable ids from lists of easy-to-spell nouns and adjectives",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
@ -13,7 +13,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://git.daplie.com/Daplie/human-readable-ids-js.git" "url": "https://git.coolaj86.com/coolaj86/human-readable-ids.js.git"
}, },
"keywords": [ "keywords": [
"hri", "hri",
@ -30,7 +30,7 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "Apache2", "license": "Apache2",
"bugs": { "bugs": {
"url": "https://git.daplie.com/Daplie/human-readable-ids-js/issues" "url": "https://git.coolaj86.com/coolaj86/human-readable-ids.js/issues"
}, },
"homepage": "https://git.daplie.com/Daplie/human-readable-ids-js#readme" "homepage": "https://git.coolaj86.com/coolaj86/human-readable-ids.js#readme"
} }