@palett/util-ansi
Advanced tools
Comparing version
@@ -9,3 +9,3 @@ 'use strict'; | ||
const ESC = '\u001b'; | ||
const L = ESC + '['; | ||
const L = '\u001b['; | ||
const R = 'm'; | ||
@@ -12,0 +12,0 @@ const SC = ';'; |
@@ -5,3 +5,3 @@ import { hexToInt, hslToRgb } from '@palett/convert'; | ||
const ESC = '\u001b'; | ||
const L = ESC + '['; | ||
const L = '\u001b['; | ||
const R = 'm'; | ||
@@ -8,0 +8,0 @@ const SC = ';'; |
{ | ||
"name": "@palett/util-ansi", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "A color converter", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@palett/convert": "^0.7.7" | ||
"@palett/convert": "^0.7.8" | ||
}, | ||
@@ -40,3 +40,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/palett/util-ansi#readme", | ||
"gitHead": "c7c1417a65909783b3589e2635aa484eead05695" | ||
"gitHead": "ffbf1bc4f866bee517884ee6ded22e256c0ba8ff" | ||
} |
Updated