From 6d6a328dc9706d4e6f1bcc524ed1ad1b0448a3ea Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 15 Oct 2017 13:54:47 +0700 Subject: [PATCH] 2.2.0 --- package.json | 104 +++++++++++++++++++++++++-------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/package.json b/package.json index 041bd47..1bb8e64 100644 --- a/package.json +++ b/package.json @@ -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": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "contributors": [ - { - "name": "Benjamin Tan", - "email": "demoneaux@gmail.com", - "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": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "contributors": [ + { + "name": "Benjamin Tan", + "email": "demoneaux@gmail.com", + "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": "*" + } }