refactor: more cleanup #195

Merged
mcataford merged 2 commits from further-cleanup into master 2021-03-19 21:15:57 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit e051d8171e - Show all commits

View file

@ -27,7 +27,8 @@
"url": "https://github.com/mcataford/packwatch.git"
},
"scripts": {
"prebuild": "rimraf dist",
"prepack": "yarn build",
"prebuild": "rm -rf dist",
"build": "babel src/index.ts src/cli.ts -d dist --extensions .ts",
"lint": "eslint src/**/*.ts",
"lint:fix": "yarn lint --fix",
@ -55,7 +56,6 @@
"eslint-plugin-prettier": "^3.1.2",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
}
}

View file

@ -5592,7 +5592,6 @@ __metadata:
eslint-plugin-prettier: ^3.1.2
jest: ^26.0.1
prettier: ^2.0.5
rimraf: ^3.0.2
typescript: ^4.1.3
bin:
packwatch: ./dist/cli.js