8000 2.9.0 · kotAPI/github-markdown-css@7308c9a · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7308c9a

Browse files
committed
2.9.0
1 parent 09cdf60 commit 7308c9a

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "github-markdown-css",
3-
"version": "2.8.0",
4-
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
5-
"license": "MIT",
6-
"repository": "sindresorhus/github-markdown-css",
7-
"author": {
8-
"name": "Sindre Sorhus",
9-
"email": "sindresorhus@gmail.com",
10-
"url": "sindresorhus.com"
11-
},
12-
"main": "github-markdown.css",
13-
"engines": {
14-
"node": ">=0.10.0"
15-
},
16-
"scripts": {
17-
"make": "github-markdown-css > github-markdown.css"
18-
},
19-
"files": [
20-
"github-markdown.css"
21-
],
22-
"keywords": [
23-
"browser",
24-
"github",
25-
"markdown",
26-
"md",
27-
"css",
28-
"style",
29-
"stylesheet"
30-
],
31-
"devDependencies": {
32-
"generate-github-markdown-css": "^2.1.0"
33-
}
2+
"name": "github-markdown-css",
3+
"version": "2.9.0",
4+
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
5+
"license": "MIT",
6+
"repository": "sindresorhus/github-markdown-css",
7+
"author": {
8+
"name": "Sindre Sorhus",
9+
"email": "sindresorhus@gmail.com",
10+
"url": "sindresorhus.com"
11+
},
12+
"main": "github-markdown.css",
13+
"engines": {
14+
"node": ">=0.10.0"
15+
},
16+
"scripts": {
17+
"make": "github-markdown-css > github-markdown.css"
18+
},
19+
"files": [
20+
"github-markdown.css"
21+
],
22+
"keywords": [
23+
"browser",
24+
"github",
25+
"markdown",
26+
"md",
27+
"css",
28+
"style",
29+
"stylesheet"
30+
],
31+
"devDependencies": {
32+
"generate-github-markdown-css": "^2.1.0"
33+
}
3434
}

0 commit comments

Comments
 (0)
0