Skip to content

Commit

Permalink
Primeira publicação do pacote.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelsanchesdasilva committed Dec 17, 2022
1 parent c52811f commit d42d83c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"git": {
"commitMessage": "Lançamento da versão v${version}"
},
"github": {
"release": true
},
"npm": {
"publishPath": "./dist"
},
"hooks": {
"before:init": ["yarn empacotar"],
"after:bump": "copyfiles -V ./package.json ./dist"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "@designliquido/delegua-json",
"description": "Biblioteca para Delégua e JavaScript para manipulação de JSON.",
"version": "0.0.0",
"author": "Leonel Sanches da Silva",
"scripts": {
"empacotar": "rimraf ./dist && tsc && copyfiles -V ./package.json ./dist && copyfiles -V ./README.md ./dist",
"testes-unitarios": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1952,6 +1952,13 @@ resolve@^1.20.0:
path-parse "^1.0.7"
supports-preserve-symlinks-flag "^1.0.0"

rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
dependencies:
glob "^7.1.3"

semver@7.x, semver@^7.3.5:
version "7.3.8"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
Expand Down

0 comments on commit d42d83c

Please sign in to comment.