version 0.0.2

This commit is contained in:
2016-02-10 10:59:07 +01:00
parent 3a1864202b
commit 94d6690ea2
5 changed files with 70 additions and 4 deletions

View File

@@ -1,7 +1,14 @@
### **v0.0.2:**
- moved "ui" dir to "public" dir
- renamed "public" to "client"
- updated nodePong.js with new directory name
### **v0.0.1:**
- created package directories structure
- added package directories structure
- "public":
- index.html (main html file)
@@ -16,5 +23,6 @@
- "ui": (empty, and will become a "public" subdir)
- added info files README.md, version.md, package.json and LICENSE
-
- added nodejs application 'nodePong.js'