1
0
mirror of https://github.com/garraflavatra/trmclr.git synced 2025-01-18 11:07:57 +00:00

Version 1.0.1

This commit is contained in:
Romein van Buren 2024-08-09 14:33:57 +02:00
parent f8034e87d3
commit 8953fdb34e
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "trmclr",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trmclr",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"devDependencies": {
"@garraflavatra/yeslint": "^1.2.0",

View File

@ -1,11 +1,12 @@
{
"name": "trmclr",
"version": "1.0.0",
"version": "1.0.1",
"description": "Terminal colors but easier",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"repository": {
"type": "git",