Skip to content

Commit

Permalink
1.0.7 / 2021-08-01
Browse files Browse the repository at this point in the history
==================

* Update docs - @craigparra
  • Loading branch information
craig committed Aug 2, 2021
1 parent db0542d commit eca7e14
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.7 / 2021-08-01
==================

* Update docs - @craigparra


1.0.4 / 2021-07-27
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ An Extensible Config & Logging Application Bootstrap Function

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

<a name="intro">Introduction</a>
--------------------------------
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alt-javascript/boot",
"version": "1.0.6",
"version": "1.0.7",
"description": "An Extensible Config & Logging Application Bootstrap Function",
"author": "Craig Parravicini",
"keywords": [
Expand All @@ -14,10 +14,10 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/craigparra/alt-boot#readme",
"homepage": "https://github.com/alt-javascript/boot#readme",
"repository": {
"type": "git",
"url": "https://github.com/craigparra/alt-boot"
"url": "https://github.com/alt-javascript/boot"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit eca7e14

Please sign in to comment.