Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jul 5, 2015
1 parent 60c5b38 commit 798b452
Show file tree
Hide file tree
Showing 5 changed files with 923 additions and 644 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: node_js
node_js:
- '0.10'
script:
- '0.11'
- '0.12'
after_success:
- make test-ci
sudo: false
deploy:
provider: npm
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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": {
Expand All @@ -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"
}
}
Loading

0 comments on commit 798b452

Please sign in to comment.