fix: modified name of main file. fix: moved client inside models folder

This commit is contained in:
StevanFreeborn
2023-02-02 14:03:59 -06:00
parent d453f19c97
commit 9a7d2393e5
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
"name": "onspring-api-sdk",
"version": "1.0.0",
"description": "A javascript SDK for interacting with version 2 of the Onspring API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/onspringApiSdk.js",
"types": "dist/onspringApiSdk.d.ts",
"scripts": {
"format-staged": "pretty-quick --staged",
"format": "pretty-quick",