-
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.
add some missing info to package.json and some minor tweaks
- Loading branch information
Rude
committed
Apr 17, 2020
1 parent
be128a3
commit 853ae65
Showing
3 changed files
with
20 additions
and
13 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
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,26 @@ | ||
{ | ||
"name": "leading-trim", | ||
"description": "Strip out spacing above and below the first and last lines of a text block", | ||
"version": "1.0.0", | ||
"author": "Rude", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Rude Ayelo", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"line-height", | ||
"basekick", | ||
"leading-trim", | ||
"css-in-js" | ||
], | ||
"repository": "rudeayelo/leading-trim", | ||
"main": "dist/index.js", | ||
"module": "dist/leading-trim.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
|
@@ -20,12 +31,6 @@ | |
"lint": "tsdx lint", | ||
"prepare": "tsdx build" | ||
}, | ||
"devDependencies": { | ||
"husky": "4.2.5", | ||
"tsdx": "0.13.2", | ||
"tslib": "1.11.1", | ||
"typescript": "3.8.3" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "tsdx lint" | ||
|
@@ -34,5 +39,11 @@ | |
"prettier": { | ||
"trailingComma": "all", | ||
"proseWrap": "always" | ||
}, | ||
"devDependencies": { | ||
"husky": "4.2.5", | ||
"tsdx": "0.13.2", | ||
"tslib": "1.11.1", | ||
"typescript": "3.8.3" | ||
} | ||
} |
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