@palett/enum-colorant-modes
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "@palett/enum-colorant-modes", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A colorant to string", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.cjs", | ||
"scripts": { | ||
"build": "rollup -c ../../rollup.config.js", | ||
"build": "rollup -c ../../rollup.config.mjs", | ||
"pub": "npm publish", | ||
@@ -23,3 +23,3 @@ "test": "node -r @babel/register test/test.index.js" | ||
"dependencies": { | ||
"@palett/enum-color-space": "^0.9.0" | ||
"@palett/enum-color-space": "^0.9.1" | ||
}, | ||
@@ -44,3 +44,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/palett/enum-colorant-modes#readme", | ||
"gitHead": "edabce66a91b4f0b6ded1274071a2711d0857475" | ||
"gitHead": "39616fd793c142c556b3f14fe668361e3d6cfc49" | ||
} |
6657