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 45acc83 commit 0f1d162Copy full SHA for 0f1d162
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@edgefirst-dev/api-client",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"author": {
5
"name": "Sergio Xalambrí",
6
"email": "hello+oss@sergiodxa.com",
@@ -33,8 +33,14 @@
33
"engines": {
34
"node": ">=20.0.0"
35
},
36
- "files": ["build", "package.json", "README.md"],
37
- "funding": ["https://github.com/sponsors/sergiodxa"],
+ "files": [
+ "build",
38
+ "package.json",
39
+ "README.md"
40
+ ],
41
+ "funding": [
42
+ "https://github.com/sponsors/sergiodxa"
43
44
"homepage": "https://edgefirst-dev.github.io/api-client",
45
"license": "MIT",
46
"scripts": {
0 commit comments