-
- Downloads
Update dependencies.
Showing
- .travis.yml 4 additions, 1 deletion.travis.yml
- Makefile 1 addition, 1 deletionMakefile
- package.json 9 additions, 9 deletionspackage.json
- test/fixtures/commonmark/good.txt 669 additions, 550 deletionstest/fixtures/commonmark/good.txt
- test/fixtures/commonmark/spec.txt 240 additions, 83 deletionstest/fixtures/commonmark/spec.txt
{ | ||
"name": "markdown-it-imsize", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Markdown-it plugin to specify image size", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
... | ... | @@ -22,16 +22,16 @@ |
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"chai": "^2.2.0", | ||
"chai": "^3.0.0", | ||
"coveralls": "^2.11.2", | ||
"eslint": "^0.18.0", | ||
"eslint": "^0.24.0", | ||
"eslint-plugin-nodeca": "^1.0.3", | ||
"istanbul": "^0.3.13", | ||
"markdown-it": "^4.1.0", | ||
"istanbul": "^0.3.17", | ||
"markdown-it": "^4.3.0", | ||
"markdown-it-testgen": "^0.1.4", | ||
"mocha": "^2.2.1", | ||
"should": "^5.2.0", | ||
"uglify-js": "^2.4.19", | ||
"webpack": "^1.7.3" | ||
"mocha": "^2.2.5", | ||
"should": "^7.0.1", | ||
"uglify-js": "^2.4.23", | ||
"webpack": "^1.10.1" | ||
} | ||
} |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment