chore(package.json): bump minor version and add load-grunt-tasks and sinon to dev dependencies

This commit is contained in:
Estevão Soares dos Santos 2015-05-31 18:43:31 +01:00
parent 678348d060
commit f2f01fb65c

View File

@ -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/",
@ -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"
}
}