We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52f409 commit 437811eCopy full SHA for 437811e
package.json
@@ -16,7 +16,7 @@
16
"node": ">=18"
17
},
18
"scripts": {
19
- "test": "xo && tsd && node test/basic.js"
+ "test": "xo && tsd && node test.js"
20
21
"license": "MIT",
22
"files": [
test/basic.js renamed to test.js
@@ -1,5 +1,5 @@
1
import assert from 'node:assert';
2
-import string from '../index.js';
+import string from './index.js';
3
4
function normalizeAlpha(result) {
5
if (result.model === 'rgb' && result.value.length >= 4) {
0 commit comments