diff --git a/package.json b/package.json index 30be115..be96083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@facturacr/atv-sdk", - "version": "0.0.8-beta", + "version": "0.0.13-beta", "description": "Librería (SDK) de Javascript/NodeJS para acceder al API de Administración Tributaria Virtual (ATV) del Ministerio de Hacienda.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", @@ -13,7 +13,7 @@ "test": "npx jest --no-coverage", "test:cov": "npx jest", "dev": "dotenv -- nodemon -e ts,graphql -x 'yarn lint & ts-node -r tsconfig-paths/register src/index.ts'", - "build": "yarn lint & tsc", + "build": "tsc", "lint": "eslint --ext .ts, --ignore-path .gitignore .", "publish": "yarn build & npm publish", "test:createAndSend": "yarn ts-node -r tsconfig-paths/register --require dotenv/config examples/createAndSend.ts" @@ -61,5 +61,9 @@ "node-forge": "^1.3.0", "xadesjs": "^2.1.2", "xmldom-alpha": "^0.1.28" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org" } }