@palett/enum-color-space
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "@palett/enum-color-space", | ||
"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", | ||
@@ -40,3 +40,3 @@ "test": "node -r @babel/register test/test.index.js" | ||
"homepage": "https://github.com/hoyeungw/palett/enum-color-space#readme", | ||
"gitHead": "edabce66a91b4f0b6ded1274071a2711d0857475" | ||
"gitHead": "39616fd793c142c556b3f14fe668361e3d6cfc49" | ||
} |
4269