Browse Source

Merge 75711d4899 into ff643c5bf5

pull/372/merge
greenkeeper[bot] 8 years ago
committed by GitHub
parent
commit
179f2450be
  1. 2
      README.md
  2. 10
      package.json

2
README.md

@ -1,5 +1,7 @@
# markdown-it
[![Greenkeeper badge](https://badges.greenkeeper.io/markdown-it/markdown-it.svg)](https://greenkeeper.io/)
[![Build Status](https://img.shields.io/travis/markdown-it/markdown-it/master.svg?style=flat)](https://travis-ci.org/markdown-it/markdown-it)
[![NPM version](https://img.shields.io/npm/v/markdown-it.svg?style=flat)](https://www.npmjs.org/package/markdown-it)
[![Coverage Status](https://coveralls.io/repos/markdown-it/markdown-it/badge.svg?branch=master&service=github)](https://coveralls.io/github/markdown-it/markdown-it?branch=master)

10
package.json

@ -34,12 +34,12 @@
},
"devDependencies": {
"ansi": "^0.3.0",
"autoprefixer-stylus": "^0.11.0",
"autoprefixer-stylus": "^0.14.0",
"benchmark": "~2.1.0",
"browserify": "*",
"chai": "^3.4.1",
"coveralls": "~2.11.9",
"eslint": "^3.5.0",
"chai": "^4.0.2",
"coveralls": "~2.13.1",
"eslint": "^4.0.0",
"express": "^4.14.0",
"highlight.js": "^9.2.0",
"istanbul": "^0.4.5",
@ -59,6 +59,6 @@
"ndoc": "^5.0.0",
"stylus": "~0.54.2",
"supertest": "^3.0.0",
"uglify-js": "^2.7.3"
"uglify-js": "^3.0.18"
}
}

Loading…
Cancel
Save