@salty-css/core 0.0.1-alpha.4 → 0.0.1-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salty-css/core",
|
3
|
-
"version": "0.0.1-alpha.
|
3
|
+
"version": "0.0.1-alpha.5",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"typings": "./dist/index.d.ts",
|
@@ -21,6 +21,10 @@
|
|
21
21
|
"nx": {
|
22
22
|
"name": "core"
|
23
23
|
},
|
24
|
+
"peerDependencies": {
|
25
|
+
"clsx": ">=2.x",
|
26
|
+
"winston": ">=3.x"
|
27
|
+
},
|
24
28
|
"exports": {
|
25
29
|
".": {
|
26
30
|
"import": "./index.js",
|