Skip to content

Commit f200c04

Browse files
author
BSKY
authored
Merge pull request #20 from imbsky/package-json
Remove unnecessary sections from package.json
2 parents ab082da + 0802afd commit f200c04

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

package.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
11
{
2-
"name": "typescript-action",
3-
"version": "0.0.0",
42
"private": true,
5-
"description": "TypeScript template action",
6-
"main": "lib/main.js",
73
"scripts": {
84
"test": "jest",
95
"build:copy": "mkdir -p lib && shx cp src/*.{bat,cmd,sh} lib/",
106
"build:setup-ocaml": "ncc build src/setup-ocaml.ts -o lib",
117
"build": "npm-run-all -p build:*"
128
},
13-
"repository": {
14-
"type": "git",
15-
"url": "git+https://github.com/actions/typescript-action.git"
16-
},
17-
"keywords": [
18-
"actions",
19-
"node",
20-
"setup"
21-
],
22-
"author": "YourNameOrOrganization",
23-
"license": "MIT",
249
"dependencies": {
2510
"@actions/core": "1.2.3",
2611
"@actions/tool-cache": "1.3.3"

0 commit comments

Comments
 (0)