-
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.
feat(Package): Try to fix running problems
- Loading branch information
Guilherme Ventura
committed
Mar 6, 2020
1 parent
ef37409
commit 50fafc6
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,6 +3,11 @@ | |
"version": "0.1.5", | ||
"author": "Guilherme Ventura de Souza", | ||
"license": "MIT", | ||
"person": { | ||
"name": "Guilherme Ventura de Souza", | ||
"email": "[email protected]", | ||
"url": "https://github.com/venturalp" | ||
}, | ||
"bin": { | ||
"update-linters": "lib/index.js" | ||
}, | ||
|
@@ -52,7 +57,7 @@ | |
"fs": false | ||
}, | ||
"files": [ | ||
"lib" | ||
"lib/" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
|
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