Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 51dd7a0

Browse files
authored
Auto-merge pull request #153 from atomist-skills/npm-build-skill
Sync package.json Pull request auto merged: * No reviews * 1 successful check
2 parents 1122975 + 7b6c2da commit 51dd7a0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@atomist/npm-build-skill",
3-
"homepage": "https://github.com/atomist-skills/npm-build-skill#readme",
3+
"homepage": "https://github.com/atomist-skills/npm-build-skill",
44
"license": "Apache-2.0",
55
"author": {
6-
"name": "Atomist",
7-
"email": "[email protected]"
6+
"name": "Atomist, Inc.",
7+
"email": "[email protected]",
8+
"url": "https://atomist.com"
89
},
910
"main": "node_modules/@atomist/skill/lib/function.js",
1011
"directories": {
@@ -26,7 +27,7 @@
2627
"clean:npm": "rimraf node_modules",
2728
"clean:run": "rimraf *-v8.log profile.txt log",
2829
"clean:test": "rimraf .nyc_output coverage",
29-
"compile": "run-s compile:ts",
30+
"compile": "run-s gql:gen compile:ts",
3031
"compile:ts": "tsc --project .",
3132
"doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
3233
"gql:gen": "atm-skill gql-generate",

0 commit comments

Comments
 (0)