diff options
author | Yves Delley | 2014-09-12 22:37:57 +0200 |
---|---|---|
committer | Yves Delley | 2014-09-12 22:37:57 +0200 |
commit | 2bc36f2dfe04746d5a10c48531b38c64415d43aa (patch) | |
tree | 72444cb336b09ef7b88e6cbba7c77046e800b576 /package.json | |
parent | 7fe762c2f3d53e1a7dc457f8269105208230f399 (diff) |
re-created unprefixed version of reveal.css automatically using autoprefixer, to facilitate merging of changes to it
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 469bd6b..ed25b43 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "grunt-contrib-watch": "~0.5.3", "grunt-contrib-sass": "~0.5.0", "grunt-contrib-connect": "~0.4.1", - "grunt-autoprefixer": "", + "grunt-autoprefixer": "~1.0.1", "grunt-zip": "~0.7.0", "grunt": "~0.4.0" }, |