Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 15, 2017
1 parent d2892a8 commit 6d6a328
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "generate-github-markdown-css",
"version": "2.1.0",
"description": "Generate the CSS for github-markdown-css",
"license": "MIT",
"repository": "sindresorhus/generate-github-markdown-css",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"contributors": [
{
"name": "Benjamin Tan",
"email": "[email protected]",
"url": "d10.github.io"
}
],
"bin": {
"github-markdown-css": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"github",
"markdown",
"md",
"css",
"style",
"stylesheet"
],
"dependencies": {
"cheerio": "^0.22.0",
"css": "^2.0.0",
"got": "^7.1.0",
"meow": "^3.3.0",
"pify": "^3.0.0",
"uncss": "^0.15.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
"name": "generate-github-markdown-css",
"version": "2.2.0",
"description": "Generate the CSS for github-markdown-css",
"license": "MIT",
"repository": "sindresorhus/generate-github-markdown-css",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"contributors": [
{
"name": "Benjamin Tan",
"email": "[email protected]",
"url": "d10.github.io"
}
],
"bin": {
"github-markdown-css": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"github",
"markdown",
"md",
"css",
"style",
"stylesheet"
],
"dependencies": {
"cheerio": "^0.22.0",
"css": "^2.0.0",
"got": "^7.1.0",
"meow": "^3.3.0",
"pify": "^3.0.0",
"uncss": "^0.15.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}

0 comments on commit 6d6a328

Please sign in to comment.