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 language: node_js
node_js: node_js:
- '0.10' - '0.10'
script: - '0.11'
- '0.12'
after_success:
- make test-ci - make test-ci
sudo: false
deploy: deploy:
provider: npm provider: npm
email: tatsy.mail@gmail.com email: tatsy.mail@gmail.com
......
...@@ -10,7 +10,7 @@ publish: ...@@ -10,7 +10,7 @@ publish:
uglifyjs dist/markdown-it-imsize.js > dist/markdown-it-imsize.min.js 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 bower register markdown-it-imsize https://github.com/tatsy/markdown-it-imsize.git
test: lint test:
mocha mocha
test-ci: test-ci:
......
{ {
"name": "markdown-it-imsize", "name": "markdown-it-imsize",
"version": "2.0.0", "version": "2.0.1",
"description": "Markdown-it plugin to specify image size", "description": "Markdown-it plugin to specify image size",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
...@@ -22,16 +22,16 @@ ...@@ -22,16 +22,16 @@
], ],
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"chai": "^2.2.0", "chai": "^3.0.0",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
"eslint": "^0.18.0", "eslint": "^0.24.0",
"eslint-plugin-nodeca": "^1.0.3", "eslint-plugin-nodeca": "^1.0.3",
"istanbul": "^0.3.13", "istanbul": "^0.3.17",
"markdown-it": "^4.1.0", "markdown-it": "^4.3.0",
"markdown-it-testgen": "^0.1.4", "markdown-it-testgen": "^0.1.4",
"mocha": "^2.2.1", "mocha": "^2.2.5",
"should": "^5.2.0", "should": "^7.0.1",
"uglify-js": "^2.4.19", "uglify-js": "^2.4.23",
"webpack": "^1.7.3" "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