@fluixi/utils 1.0.0-alpha.54 → 1.0.0-alpha.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -7
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
[](./LICENSE)
|
|
10
10
|

|
|
11
|
-
](https://www.npmjs.com/package/@fluixi/utils)
|
|
12
12
|

|
|
13
13
|
|
|
14
14
|
---
|
|
@@ -32,12 +32,6 @@
|
|
|
32
32
|
|
|
33
33
|
## 📦 Installation
|
|
34
34
|
|
|
35
|
-
```ini
|
|
36
|
-
# .npmrc
|
|
37
|
-
@fluixi:registry=https://npm.pkg.github.com
|
|
38
|
-
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
|
|
39
|
-
```
|
|
40
|
-
|
|
41
35
|
```sh
|
|
42
36
|
pnpm add @fluixi/utils
|
|
43
37
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluixi/utils",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.56",
|
|
4
|
+
"description": "Zero-dependency, strongly-typed utilities for everyday TypeScript.",
|
|
4
5
|
"license": "MIT",
|
|
5
6
|
"repository": {
|
|
6
7
|
"type": "git",
|
|
@@ -133,9 +134,7 @@
|
|
|
133
134
|
"default": "./dist/lib/color/index.js"
|
|
134
135
|
}
|
|
135
136
|
},
|
|
136
|
-
"dependencies": {
|
|
137
|
-
"tslib": "^2.3.0"
|
|
138
|
-
},
|
|
137
|
+
"dependencies": {},
|
|
139
138
|
"devDependencies": {
|
|
140
139
|
"inquirer": "^13.1.0",
|
|
141
140
|
"@bambiste/mix-builder": "*"
|