We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00b7e0 commit 5e60495Copy full SHA for 5e60495
1 file changed
package.json
@@ -1,22 +1,28 @@
1
{
2
"name": "slidev-addon-python-runner",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"type": "module",
5
"scripts": {
6
"build": "slidev build",
7
"dev": "slidev --open",
8
"export": "slidev export"
9
},
10
"license": "MIT",
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/KermanX/slidev-addon-python-runner.git"
14
- },
15
"keywords": [
16
"slidev-addon",
17
"python",
18
"pyodide"
19
],
+ "description": "A Slidev addon that allows you to run Python code in your slides.",
+ "repository": {
+ "type": "git",
+ "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
26
"files": [
27
"assets",
28
"setup",
0 commit comments