Browse Source

Updated reveal.js

Alex Myasoedov 7 years ago
parent
commit
a535f8fecd
2 changed files with 6 additions and 1 deletions
  1. 1 1
      .dockerignore
  2. 5 0
      package.json

+ 1 - 1
.dockerignore

@@ -1,4 +1,4 @@
 .git/
 .idea/
 *.swp
-
+*.go

+ 5 - 0
package.json

@@ -0,0 +1,5 @@
+{
+  "dependencies": {
+    "reveal.js": "^3.4.1"
+  }
+}