refactor: move to Typescript #146

Merged
mcataford merged 8 commits from typescript into master 2020-12-13 00:18:26 +00:00
Showing only changes of commit 3c8e96e183 - Show all commits

View file

@ -1,7 +1,7 @@
{
"name": "packwatch",
"version": "0.0.0",
"main": "dist/index.js",
"main": "dist/cli.js",
"description": "📦👀 Keep an eye on your packages' footprint",
"keywords": [
"npm",
@ -19,9 +19,9 @@
"author": "Marc Cataford <c.marcandre@gmail.com>",
"license": "MIT",
"files": [
"dist/**/*.js"
"dist/**/*.ts"
],
"bin": "./dist/index.js",
"bin": "./dist/cli.js",
"repository": {
"type": "git",
"url": "https://github.com/mcataford/packwatch.git"