Move default_app to root of repo

This commit is contained in:
Kevin Sawicki
2016-03-07 17:25:01 -08:00
parent 6e3cb9e8eb
commit c47ad29124
5 changed files with 3 additions and 3 deletions

5
default_app/package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "electron",
"productName": "Electron",
"main": "main.js"
}