Skip to content
Snippets Groups Projects
Commit 798b452a authored by tatsy's avatar tatsy
Browse files

Update dependencies.

parent 60c5b382
No related branches found
No related tags found
No related merge requests found
language: node_js
node_js:
- '0.10'
script:
- '0.11'
- '0.12'
after_success:
- make test-ci
sudo: false
deploy:
provider: npm
email: tatsy.mail@gmail.com
......
......@@ -10,7 +10,7 @@ publish:
uglifyjs dist/markdown-it-imsize.js > dist/markdown-it-imsize.min.js
bower register markdown-it-imsize https://github.com/tatsy/markdown-it-imsize.git
test: lint
test:
mocha
test-ci:
......
{
"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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment