chore: bump jeff version v1.0.5
This commit is contained in:
+5
-5
@@ -3,16 +3,16 @@
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"generate": "tsx ./node_modules/.bin/jeff generate -i \"src/**/*.module.ts\"",
|
||||
"generate:output": "tsx ./node_modules/.bin/jeff generate -i \"src/**/*.module.ts\" -o dist/manifest.json",
|
||||
"vet": "tsx ./node_modules/.bin/jeff vet -i \"src/**/*.module.ts\"",
|
||||
"jeff": "tsx ./node_modules/.bin/jeff"
|
||||
"generate": "jeff generate -i \"src/**/*.module.ts\"",
|
||||
"generate:output": "jeff generate -i \"src/**/*.module.ts\" -o dist/manifest.json",
|
||||
"vet": "jeff vet -i \"src/**/*.module.ts\"",
|
||||
"jeff": "jeff"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.3"
|
||||
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsx": "^4.21.0"
|
||||
|
||||
Reference in New Issue
Block a user