molex-env 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # molex-env-npm
2
2
 
3
- [![npm](https://img.shields.io/npm/v/molex-env)](https://www.npmjs.com/package/molex-env)
4
- [![downloads](https://img.shields.io/npm/dm/molex-env)](https://www.npmjs.com/package/molex-env)
5
- [![license](https://img.shields.io/npm/l/molex-env)](LICENSE)
3
+ [![npm version](https://img.shields.io/npm/v/molex-env)](https://www.npmjs.com/package/molex-env)
4
+ [![npm downloads](https://img.shields.io/npm/dm/molex-env.svg)](https://www.npmjs.com/package/molex-env)
5
+ [![GitHub](https://img.shields.io/badge/GitHub-molex--env--npm-blue.svg)](https://github.com/tonywied17/molex-env-npm)
6
+ [![License: MIT](https://img.shields.io/npm/l/molex-env)](LICENSE)
6
7
  [![Node.js](https://img.shields.io/badge/node-%3E%3D14-brightgreen.svg)](https://nodejs.org)
7
- [![deps](https://img.shields.io/badge/dependencies-0-success.svg)](package.json)
8
+ [![Dependencies](https://img.shields.io/badge/dependencies-0-success.svg)](package.json)
8
9
 
9
10
  > **Native .menv environment loader with profile support, typed parsing, origin tracking, and live reload. Zero dependencies.**
10
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "molex-env",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Native .menv loader with profiles, typing, and origin tracking.",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -19,7 +19,7 @@
19
19
  "profile",
20
20
  "native"
21
21
  ],
22
- "author": "",
22
+ "author": "Anthony Wiedman/Molex",
23
23
  "license": "MIT",
24
24
  "repository": {
25
25
  "type": "git",