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