Skip to content

Commit 4f91426

Browse files
committed
chore: Bump color-core to version 1.3.4
1 parent d1a177f commit 4f91426

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "color-core-monorepo",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"workspaces": {
55
"packages": [
66
"packages/color-core",

packages/color-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "color-core",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "`color-core` is a comprehensive, type-safe color manipulation library for TypeScript and JavaScript applications. It provides a powerful toolkit for working with colors across multiple color spaces, making it an essential tool for developers working on projects that require advanced color handling.",
55
"author": "Tariel Davidashvili <hello@tariel.me> (http://tariel.me/)",
66
"license": "MIT",
@@ -45,14 +45,14 @@
4545
"types": "dist/index.d.ts",
4646
"files": [
4747
"dist",
48-
"../../README.md"
48+
"README.md"
4949
],
5050
"scripts": {
5151
"build": "tsc",
5252
"lb": "npm-run-all test build clean",
5353
"test": "jest",
5454
"clean": "find . -name .DS_Store -type f -print0 | xargs -0 -I {} sh -c 'echo \"Removing {}\"; git rm -f --ignore-unmatch \"{}\"; rm \"{}\"'",
55-
"prepublishOnly": "npm-run-all test build",
55+
"prepublishOnly": "npm-run-all test build readme",
5656
"readme": "cp ../../README.md ./README.md"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)