Skip to content

Commit 2eb8673

Browse files
author
craig
committed
1.0.5 / 2021-07-21
================== * Updated README.md for named exports - @craigparra
1 parent f439b2c commit 2eb8673

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.5 / 2021-07-21
2+
==================
3+
4+
* Updated README.md for named exports - @craigparra
5+
6+
17
1.0.4 / 2021-07-21
28
==================
39

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ An extensible wrapper of the popular config package, supporting:
1818
<a name="usage">Usage</a>
1919
-------------------------
2020

21-
To use the module, simply import the substituted package as you would with the popular
22-
[config](https://www.npmjs.com/package/config) package
21+
To use the module, substitute the named {config} module export, in place of the popular
22+
[config](https://www.npmjs.com/package/config) default &ndash; note, we use named exports, because the module
23+
exports other useful classes as well.
2324

2425
```javascript
2526
const {config} = require('@alt-javascript/config');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alt-javascript/config",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "An extensible wrapper of the popular config package, supporting placeholder resolution, encrypted values and url fetch.",
55
"author": "Craig Parravicini",
66
"keywords": [

0 commit comments

Comments
 (0)