mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-29 19:10:10 +00:00
Fixing the path in main
we are using require.resolve and it's failing because the path is incorrect.
This commit is contained in:
parent
90dd85b173
commit
65b9a16fef
@ -17,7 +17,7 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.1.90"
|
"node": ">=0.1.90"
|
||||||
},
|
},
|
||||||
"main": "lib",
|
"main": "lib/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"examples",
|
"examples",
|
||||||
"lib",
|
"lib",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user