fix: adjusted routes in package.json
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"name": "tryton-rpc-client-js",
|
||||
"version": "1.0.0",
|
||||
"description": "Cliente RPC TypeScript para Tryton ERP - Compatible con Node.js",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
Reference in New Issue
Block a user