Skip to content

Commit 6d6a328

Browse files
committed
2.2.0
1 parent d2892a8 commit 6d6a328

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

package.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
"name": "generate-github-markdown-css",
3-
"version": "2.1.0",
4-
"description": "Generate the CSS for github-markdown-css",
5-
"license": "MIT",
6-
"repository": "sindresorhus/generate-github-markdown-css",
7-
"author": {
8-
"name": "Sindre Sorhus",
9-
"email": "sindresorhus@gmail.com",
10-
"url": "sindresorhus.com"
11-
},
12-
"contributors": [
13-
{
14-
"name": "Benjamin Tan",
15-
"email": "demoneaux@gmail.com",
16-
"url": "d10.github.io"
17-
}
18-
],
19-
"bin": {
20-
"github-markdown-css": "cli.js"
21-
},
22-
"engines": {
23-
"node": ">=4"
24-
},
25-
"scripts": {
26-
"test": "xo && ava"
27-
},
28-
"files": [
29-
"index.js",
30-
"cli.js"
31-
],
32-
"keywords": [
33-
"cli-app",
34-
"cli",
35-
"github",
36-
"markdown",
37-
"md",
38-
"css",
39-
"style",
40-
"stylesheet"
41-
],
42-
"dependencies": {
43-
"cheerio": "^0.22.0",
44-
"css": "^2.0.0",
45-
"got": "^7.1.0",
46-
"meow": "^3.3.0",
47-
"pify": "^3.0.0",
48-
"uncss": "^0.15.0"
49-
},
50-
"devDependencies": {
51-
"ava": "*",
52-
"xo": "*"
53-
}
2+
"name": "generate-github-markdown-css",
3+
"version": "2.2.0",
4+
"description": "Generate the CSS for github-markdown-css",
5+
"license": "MIT",
6+
"repository": "sindresorhus/generate-github-markdown-css",
7+
"author": {
8+
"name": "Sindre Sorhus",
9+
"email": "sindresorhus@gmail.com",
10+
"url": "sindresorhus.com"
11+
},
12+
"contributors": [
13+
{
14+
"name": "Benjamin Tan",
15+
"email": "demoneaux@gmail.com",
16+
"url": "d10.github.io"
17+
}
18+
],
19+
"bin": {
20+
"github-markdown-css": "cli.js"
21+
},
22+
"engines": {
23+
"node": ">=4"
24+
},
25+
"scripts": {
26+
"test": "xo && ava"
27+
},
28+
"files": [
29+
"index.js",
30+
"cli.js"
31+
],
32+
"keywords": [
33+
"cli-app",
34+
"cli",
35+
"github",
36+
"markdown",
37+
"md",
38+
"css",
39+
"style",
40+
"stylesheet"
41+
],
42+
"dependencies": {
43+
"cheerio": "^0.22.0",
44+
"css": "^2.0.0",
45+
"got": "^7.1.0",
46+
"meow": "^3.3.0",
47+
"pify": "^3.0.0",
48+
"uncss": "^0.15.0"
49+
},
50+
"devDependencies": {
51+
"ava": "*",
52+
"xo": "*"
53+
}
5454
}

0 commit comments

Comments
 (0)