Skip to content

Commit 8e6bc7c

Browse files
committed
add boilerplate
1 parent 2628908 commit 8e6bc7c

File tree

5 files changed

+448
-0
lines changed

5 files changed

+448
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "action-deploy-docs",
3+
"version": "1.0.0",
4+
"description": "github action for the svelte org to deploy documentation to the svelte api",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/sveltejs/action-deploy-docs.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/sveltejs/action-deploy-docs/issues"
18+
},
19+
"homepage": "https://github.com/sveltejs/action-deploy-docs#readme",
20+
"devDependencies": {
21+
"@rollup/plugin-commonjs": "^17.1.0",
22+
"@rollup/plugin-node-resolve": "^11.2.0",
23+
"rollup": "^2.41.2",
24+
"rollup-plugin-terser": "^7.0.2"
25+
}
26+
}

0 commit comments

Comments
 (0)