瀏覽代碼

Updated reveal.js

Alex Myasoedov 7 年之前
父節點
當前提交
a535f8fecd
共有 2 個文件被更改,包括 6 次插入1 次删除
  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"
+  }
+}