Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sadorlovsky committed Feb 22, 2020
1 parent aee8a86 commit 6e6a632
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.9.0",
"description": "CLI tool that displays a LICENSE text",
"keywords": [
"license",
"cli"
"cli",
"license"
],
"homepage": "https://github.com/sadorlovsky/lissie",
"bugs": {
Expand All @@ -19,6 +19,9 @@
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "dist/cli.js",
"scripts": {
"prebuild": "del dist",
"build": "tsc",
Expand Down

0 comments on commit 6e6a632

Please sign in to comment.