aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-01-08 10:21:35 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-01-08 10:21:35 +0100
commit1d6848a78242bed53858e6bdc0c30f683b8c43ce (patch)
treee10b9bc975479b54b087f9bfae226de72c5b6893
parent19a801799a79905e8ee95d0f6854d24b78787444 (diff)
parentde4efa5d194329095f90911101a67c5b5e13922f (diff)
downloadperl-software-in-gnu-guix-1d6848a78242bed53858e6bdc0c30f683b8c43ce.tar
perl-software-in-gnu-guix-1d6848a78242bed53858e6bdc0c30f683b8c43ce.tar.gz
merge conflict
-rw-r--r--.gitignore7
-rw-r--r--package.json2
2 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a5df313..e7b4f21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
+.idea/
+*.iml
+*.iws
+*.eml
+out/
.DS_Store
.svn
log/*.log
@@ -5,4 +10,4 @@ tmp/**
node_modules/
.sass-cache
css/reveal.min.css
-js/reveal.min.js
+js/reveal.min.js \ No newline at end of file
diff --git a/package.json b/package.json
index fd8e36c..652bbed 100644
--- a/package.json
+++ b/package.json
@@ -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"
},