Skip to content

Commit fb76bad

Browse files
ci: private npm
1 parent a0b4e02 commit fb76bad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "regex-action",
3+
"private": true,
34
"version": "1.0.0",
45
"description": "A GitHub action that applies a regular expression to an input and outputs the groups.",
56
"homepage": "https://github.com/jg-wright/regex-action#readme",
@@ -17,4 +18,4 @@
1718
"scripts": {
1819
"test": "echo \"Error: no test specified\" && exit 1"
1920
}
20-
}
21+
}

0 commit comments

Comments
 (0)