Skip to content

Commit 5e60495

Browse files
committed
chore: update package.json
1 parent a00b7e0 commit 5e60495

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
{
22
"name": "slidev-addon-python-runner",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"scripts": {
66
"build": "slidev build",
77
"dev": "slidev --open",
88
"export": "slidev export"
99
},
1010
"license": "MIT",
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/KermanX/slidev-addon-python-runner.git"
14-
},
1511
"keywords": [
1612
"slidev-addon",
1713
"python",
1814
"pyodide"
1915
],
16+
"description": "A Slidev addon that allows you to run Python code in your slides.",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/KermanX/slidev-addon-python-runner.git"
20+
},
21+
"author": {
22+
"name": "_Kerman",
23+
"email": "kermanx@qq.com",
24+
"url": "https://github.com/KermanX"
25+
},
2026
"files": [
2127
"assets",
2228
"setup",

0 commit comments

Comments
 (0)