aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-11-14 08:40:05 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-11-14 08:40:05 -0500
commit10317438b1027eabb77fc45281825b6f8be93a80 (patch)
treef9cfc98bf16c5634829c877f34790339ad70906b
parent9d98cee7fd23f80ae0c170d9a5aafca235680476 (diff)
parent00c90a974a9d8e76d379d6c37fa5e7b266f11b93 (diff)
downloadfosdem-2018-presentation-10317438b1027eabb77fc45281825b6f8be93a80.tar
fosdem-2018-presentation-10317438b1027eabb77fc45281825b6f8be93a80.tar.gz
Merge branch 'fix-grunt-contrib-mincss-version' of https://github.com/technicalpickles/reveal.js
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c491a9a..44289a2 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,6 @@
"mustache" : "~0.4.0"
},
"devDependencies": {
- "grunt-contrib-mincss": "~0.3.2"
+ "grunt-contrib-mincss": "~0.3.1"
}
}