fix: resolve linter errors

This commit is contained in:
StevanFreeborn
2023-02-20 18:14:10 +00:00
committed by GitHub Actions
parent b4fcc6d777
commit 47da05aee1
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "onspring-api-sdk",
"version": "1.0.0",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "onspring-api-sdk",
"version": "1.0.0",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"axios": "^1.2.4",
@@ -39,7 +39,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.x"
}
},
"node_modules/@ampproject/remapping": {