We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfda9ad commit 7175604Copy full SHA for 7175604
package.json
@@ -1,17 +1,17 @@
1
{
2
"name": "github-repo-tools",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"description": "Useful tool to get versions from all repos of Github user/org",
5
- "main": "build/src/app.js",
+ "main": "build/app.js",
6
"bin": {
7
- "grt": "./build/src/app.js"
+ "grt": "./build/app.js"
8
},
9
"scripts": {
10
"clean": "rimraf ./build",
11
"build": "tsc",
12
"build:watch": "tsc -w",
13
"start": "ts-node ./src/app.ts",
14
- "start:built": "node ./build/src/app.js",
+ "start:built": "node ./build/app.js",
15
"prepublish": "npm run clean && npm run build",
16
"lint": "tslint -p .",
17
"lint:fix": "tslint -p . --fix"
0 commit comments