update version of marked
This commit is contained in:
parent
a012a326c8
commit
9703da48b2
|
@ -10,4 +10,4 @@
|
||||||
"normalize-css": "3.0.1",
|
"normalize-css": "3.0.1",
|
||||||
"marked": "0.3.2"
|
"marked": "0.3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "github-burndown-chart",
|
"name": "github-burndown-chart",
|
||||||
"version": "1.0.0-alpha",
|
"version": "1.0.0",
|
||||||
"description": "Shows a burndown chart for GitHub Issues",
|
"description": "Shows a burndown chart for GitHub Issues",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test"
|
"test": "test"
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "~1.12.0",
|
"mocha": "~1.12.0",
|
||||||
"marked": "~0.2.9",
|
"marked": "~0.3.2",
|
||||||
|
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~0.4.1",
|
||||||
"grunt-apps-c": "0.1.10",
|
"grunt-apps-c": "0.1.10",
|
||||||
|
@ -43,4 +43,4 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/radekstepan/github-burndown-chart/issues"
|
"url": "https://github.com/radekstepan/github-burndown-chart/issues"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue