update version of marked

This commit is contained in:
Radek Stepan 2014-08-14 13:51:42 -06:00
parent a012a326c8
commit 9703da48b2
2 changed files with 4 additions and 4 deletions

View File

@ -10,4 +10,4 @@
"normalize-css": "3.0.1",
"marked": "0.3.2"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "github-burndown-chart",
"version": "1.0.0-alpha",
"version": "1.0.0",
"description": "Shows a burndown chart for GitHub Issues",
"directories": {
"test": "test"
@ -15,7 +15,7 @@
},
"devDependencies": {
"mocha": "~1.12.0",
"marked": "~0.2.9",
"marked": "~0.3.2",
"grunt": "~0.4.1",
"grunt-apps-c": "0.1.10",
@ -43,4 +43,4 @@
"bugs": {
"url": "https://github.com/radekstepan/github-burndown-chart/issues"
}
}
}