envprism 0.1.0-dev.8-eaeab9f → 0.1.0

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 +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,12 +4,6 @@
4
4
 
5
5
  **One set of variables, refracted into many environment views — a TUI for managing `.env*` files side by side**
6
6
 
7
- [![npm Version](https://img.shields.io/npm/v/envprism.svg?style=flat-square&color=4f46e5)](https://www.npmjs.com/package/envprism)
8
- [![Downloads](https://img.shields.io/npm/dm/envprism.svg?style=flat-square&color=4f46e5)](https://www.npmjs.com/package/envprism)
9
- [![Tests](https://img.shields.io/github/actions/workflow/status/TitusKirch/envprism/ci.yml?branch=main&style=flat-square&label=tests)](https://github.com/TitusKirch/envprism/actions/workflows/ci.yml)
10
- [![Bun](https://img.shields.io/badge/bun-1.3%2B-8993be?style=flat-square)](https://bun.sh/)
11
- [![License: MIT](https://img.shields.io/npm/l/envprism.svg?style=flat-square&color=10b981)](LICENSE)
12
-
13
7
  ![envprism TUI preview](.github/assets/envprism-tui.gif)
14
8
 
15
9
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "envprism",
4
- "version": "0.1.0-dev.8-eaeab9f",
4
+ "version": "0.1.0",
5
5
  "description": "TUI-based env file manager — refract one set of variables into many environment views.",
6
6
  "keywords": [
7
7
  "bun",