Skip to content

Commit

Permalink
chore(package.json): bump minor version and add load-grunt-tasks and …
Browse files Browse the repository at this point in the history
…sinon to dev dependencies
  • Loading branch information
tivie committed May 31, 2015
1 parent 678348d commit f2f01fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showdown",
"version": "1.0.2",
"version": "1.1.0",
"description": "A Markdown to HTML converter written in Javascript",
"author": "Estevão Santos",
"homepage": "http://showdownjs.github.io/showdown/",
Expand Down Expand Up @@ -46,8 +46,10 @@
"grunt-jscs": "^1.2.0",
"grunt-simple-mocha": "^0.4.0",
"jscs": "^1.10.0",
"load-grunt-tasks": "^3.2.0",
"mocha": "*",
"should": "^4.4.2",
"sinon": "^1.14.1",
"source-map-support": "^0.2.9"
}
}

0 comments on commit f2f01fb

Please sign in to comment.