Skip to content

Commit eca7e14

Browse files
author
craig
committed
1.0.7 / 2021-08-01
================== * Update docs - @craigparra
1 parent db0542d commit eca7e14

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.7 / 2021-08-01
2+
==================
3+
4+
* Update docs - @craigparra
5+
6+
17
1.0.4 / 2021-07-27
28
==================
39

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ An Extensible Config & Logging Application Bootstrap Function
33

44
[![NPM](https://nodei.co/npm/@alt-javascript/boot.svg?downloads=true&downloadRank=true)](https://nodei.co/npm/@alt-javascript/boot/)
55
<br/>
6-
![Language Badge](https://img.shields.io/github/languages/top/craigparra/alt-boot)
6+
![Language Badge](https://img.shields.io/github/languages/top/alt-javascript/boot)
77
![Package Badge](https://img.shields.io/npm/v/@alt-javascript/boot) <br/>
8-
[release notes](https://github.com/craigparra/alt-boot/blob/main/History.md)
8+
[release notes](https://github.com/alt-javascript/boot/blob/main/History.md)
99

1010
<a name="intro">Introduction</a>
1111
--------------------------------

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alt-javascript/boot",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "An Extensible Config & Logging Application Bootstrap Function",
55
"author": "Craig Parravicini",
66
"keywords": [
@@ -14,10 +14,10 @@
1414
"publishConfig": {
1515
"registry": "https://registry.npmjs.org/"
1616
},
17-
"homepage": "https://github.com/craigparra/alt-boot#readme",
17+
"homepage": "https://github.com/alt-javascript/boot#readme",
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/craigparra/alt-boot"
20+
"url": "https://github.com/alt-javascript/boot"
2121
},
2222
"main": "index.js",
2323
"scripts": {

0 commit comments

Comments
 (0)