mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(package.json): bump minor version and add load-grunt-tasks and sinon to dev dependencies
This commit is contained in:
parent
678348d060
commit
f2f01fb65c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "showdown",
|
"name": "showdown",
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"description": "A Markdown to HTML converter written in Javascript",
|
"description": "A Markdown to HTML converter written in Javascript",
|
||||||
"author": "Estevão Santos",
|
"author": "Estevão Santos",
|
||||||
"homepage": "http://showdownjs.github.io/showdown/",
|
"homepage": "http://showdownjs.github.io/showdown/",
|
||||||
|
@ -46,8 +46,10 @@
|
||||||
"grunt-jscs": "^1.2.0",
|
"grunt-jscs": "^1.2.0",
|
||||||
"grunt-simple-mocha": "^0.4.0",
|
"grunt-simple-mocha": "^0.4.0",
|
||||||
"jscs": "^1.10.0",
|
"jscs": "^1.10.0",
|
||||||
|
"load-grunt-tasks": "^3.2.0",
|
||||||
"mocha": "*",
|
"mocha": "*",
|
||||||
"should": "^4.4.2",
|
"should": "^4.4.2",
|
||||||
|
"sinon": "^1.14.1",
|
||||||
"source-map-support": "^0.2.9"
|
"source-map-support": "^0.2.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user