-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: getting package version Retrieving the version of the json package, to show the information of the same * chore: merge master
- Loading branch information
Lucas Eduardo Santos da Silva
authored
Mar 29, 2020
1 parent
8fe15a9
commit 77314c7
Showing
17 changed files
with
27 additions
and
247 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
{ | ||
"name": "tarvos-express", | ||
"version": "1.0.2", | ||
"main": "./bin/index.js", | ||
"version": "1.0.4", | ||
"main": "./src/index.js", | ||
"repository": "[email protected]:lucas-eduardo/tarvos-express.git", | ||
"author": "Lucas Eduardo <[email protected]>", | ||
"license": "MIT", | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "tsc -p ." | ||
}, | ||
"bin": { | ||
"tarvos-express": "./bin/index.js" | ||
"tarvos-express": "./src/index.js" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
|
@@ -20,6 +26,8 @@ | |
"arrowParens": "always" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/chalk": "^2.2.0", | ||
"@types/clear": "^0.1.0", | ||
"@types/clui": "^0.3.0", | ||
|
@@ -29,11 +37,14 @@ | |
"@types/minimist": "^1.2.0", | ||
"@typescript-eslint/eslint-plugin": "^2.25.0", | ||
"@typescript-eslint/parser": "^2.25.0", | ||
"commitizen": "^4.0.3", | ||
"cz-conventional-changelog": "3.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"husky": "^4.2.3", | ||
"prettier": "^2.0.2", | ||
"ts-node": "^8.8.1", | ||
"ts-node-dev": "^1.0.0-pre.44", | ||
|
@@ -47,5 +58,10 @@ | |
"figures": "^3.2.0", | ||
"fs-extra": "^9.0.0", | ||
"minimist": "^1.2.5" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "tarvos-express", | ||
"version": "1.0.3", | ||
"main": "./bin/index.js", | ||
"version": "1.0.4", | ||
"main": "./src/index.js", | ||
"repository": "[email protected]:lucas-eduardo/tarvos-express.git", | ||
"author": "Lucas Eduardo <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -15,7 +15,7 @@ | |
"build": "tsc -p ." | ||
}, | ||
"bin": { | ||
"tarvos-express": "./bin/index.js" | ||
"tarvos-express": "./src/index.js" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters