Skip to content

Commit a4fb7d2

Browse files
committed
Update package.json
1 parent 3307c6e commit a4fb7d2

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

package.json

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
{
2-
"name": "reveal-css-snippet",
3-
"version": "0.1.0",
4-
"description": "A Reveal.js plugin that allows live CSS editing in code blocks.",
5-
"license": { "name": "MIT" },
6-
"main": "css-snippet.js",
7-
"keywords": "Reveal.js, css, snippet, live, code",
8-
"author": "Benjamin Solum <[email protected]> (https://soluml.com/)",
9-
"repository": "soluml/reveal-css-snippet"
2+
"name": "reveal-css-snippet",
3+
"version": "0.1.2",
4+
"description": "A Reveal.js plugin that allows live CSS editing in code blocks.",
5+
"license": {
6+
"name": "MIT"
7+
},
8+
"main": "css-snippet.js",
9+
"keywords": [
10+
"Reveal.js",
11+
"css",
12+
"snippet",
13+
"live",
14+
"code"
15+
],
16+
"author": {
17+
"name": "Benjamin Solum",
18+
"email": "[email protected]",
19+
"url": "https://soluml.com/"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/soluml/reveal-css-snippet.git"
24+
},
25+
"bugs": {
26+
"url": "https://github.com/soluml/reveal-css-snippet/issues"
27+
},
28+
"homepage": "https://github.com/soluml/reveal-css-snippet#readme"
1029
}

0 commit comments

Comments
 (0)