From c74593c9f46c175abd8b90b2b099cc7bd5c22b9f Mon Sep 17 00:00:00 2001 From: Mauricio Mutte Date: Sat, 22 Apr 2023 15:02:02 -0300 Subject: [PATCH] fix: add package current version --- package.json | 92 ++++++++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/package.json b/package.json index 71d0c0b..8faadd9 100644 --- a/package.json +++ b/package.json @@ -1,48 +1,48 @@ { - "name": "track-correios", - "type": "module", - "version": "0.0.0-development", - "keywords": [ - "correios", - "track", - "terminal" - ], - "homepage": "https://github.com/mauriciomutte/track-correios", - "repository": "git@github.com:mauriciomutte/track-correios.git", - "license": "MIT", - "author": { - "name": "MaurĂ­cio Mutte", - "email": "mauriciomutte.mm@gmail.com" - }, - "main": "dist/bin.js", - "bin": "dist/bin.js", - "scripts": { - "ts": "tsc -p tsconfig.json --noEmit", - "prebuild": "rimraf dist", - "build": "tsc -p tsconfig.json", - "start": "ts-node-esm --experimental-specifier-resolution=node src/bin.ts", - "test": "jest", - "semantic-release": "semantic-release" - }, - "dependencies": { - "axios": "^1.3.5", - "chalk": "^5.2.0" - }, - "devDependencies": { - "@types/jest": "^29.5.0", - "@types/node": "^18.15.11", - "eslint": "^8.38.0", - "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-prettier": "^4.2.1", - "jest": "^29.5.0", - "prettier": "^2.8.7", - "rimraf": "^5.0.0", - "ts-jest": "^29.1.0", - "ts-node": "^10.9.1", - "typescript": "^5.0.4", - "semantic-release": "^21.0.1" - }, - "preferGlobal": true + "name": "track-correios", + "type": "module", + "version": "1.0.4", + "keywords": [ + "correios", + "track", + "terminal" + ], + "homepage": "https://github.com/mauriciomutte/track-correios", + "repository": "git@github.com:mauriciomutte/track-correios.git", + "license": "MIT", + "author": { + "name": "MaurĂ­cio Mutte", + "email": "mauriciomutte.mm@gmail.com" + }, + "main": "dist/bin.js", + "bin": "dist/bin.js", + "scripts": { + "ts": "tsc -p tsconfig.json --noEmit", + "prebuild": "rimraf dist", + "build": "tsc -p tsconfig.json", + "start": "ts-node-esm --experimental-specifier-resolution=node src/bin.ts", + "test": "jest", + "semantic-release": "semantic-release" + }, + "dependencies": { + "axios": "^1.3.5", + "chalk": "^5.2.0" + }, + "devDependencies": { + "@types/jest": "^29.5.0", + "@types/node": "^18.15.11", + "eslint": "^8.38.0", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-config-prettier": "^8.8.0", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-prettier": "^4.2.1", + "jest": "^29.5.0", + "prettier": "^2.8.7", + "rimraf": "^5.0.0", + "ts-jest": "^29.1.0", + "ts-node": "^10.9.1", + "typescript": "^5.0.4", + "semantic-release": "^21.0.1" + }, + "preferGlobal": true }