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

Commit 23c227f

Browse files
author
David Dooling
committed
Update skill category
Update @atomist/skill and skill category. [changelog:changed]
1 parent 9a83def commit 23c227f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"homepage": "https://github.com/atomist-skills/npm-build-skill#readme",
1212
"license": "Apache-2.0",
1313
"dependencies": {
14-
"@atomist/skill": "^0.3.0",
14+
"@atomist/skill": "^0.3.1",
1515
"fs-extra": "^9.0.1",
1616
"p-retry": "^4.2.0",
1717
"semver": "^7.3.2"

skill.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Skill = skill<
2828
Configuration & { repos: any; subscription_filter: any }
2929
>({
3030
displayName: "npm Build",
31-
categories: [Category.Deploy],
31+
categories: [Category.DevOps],
3232

3333
resourceProviders: {
3434
github: resourceProvider.gitHub({ minRequired: 1 }),

0 commit comments

Comments
 (0)