1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-12 17:44:53 +02:00

merge conflict

This commit is contained in:
Hakim El Hattab
2016-01-08 10:21:35 +01:00
2 changed files with 7 additions and 2 deletions

5
.gitignore vendored
View File

@@ -1,3 +1,8 @@
.idea/
*.iml
*.iws
*.eml
out/
.DS_Store
.svn
log/*.log

View File

@@ -24,7 +24,7 @@
"dependencies": {
"express": "~4.13.3",
"grunt-cli": "^0.1.13",
"mustache": "~2.1.3",
"mustache": "~2.2.1",
"socket.io": "~1.3.7",
"underscore": "~1.8.3"
},