refactor: move to Typescript #146
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "packwatch",
|
"name": "packwatch",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/cli.js",
|
||||||
"description": "📦👀 Keep an eye on your packages' footprint",
|
"description": "📦👀 Keep an eye on your packages' footprint",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"npm",
|
"npm",
|
||||||
|
@ -19,9 +19,9 @@
|
||||||
"author": "Marc Cataford <c.marcandre@gmail.com>",
|
"author": "Marc Cataford <c.marcandre@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*.js"
|
"dist/**/*.ts"
|
||||||
],
|
],
|
||||||
"bin": "./dist/index.js",
|
"bin": "./dist/cli.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mcataford/packwatch.git"
|
"url": "https://github.com/mcataford/packwatch.git"
|
||||||
|
|
Reference in a new issue