From 0429e7a0bb15d1d1535a3f60d6514114f60cea96 Mon Sep 17 00:00:00 2001 From: life Date: Mon, 19 Oct 2015 18:57:15 +0800 Subject: [PATCH] not a valid electron app https://github.com/leanote/desktop-app/issues --- .gitignore | 1 - package.json | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 package.json diff --git a/.gitignore b/.gitignore index db9dfecf..5d2bf8d0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ min /atom /gulpfile.js /gulpfile_atom.js -/package.json sqlite* tinymce_old node_modules/request diff --git a/package.json b/package.json new file mode 100755 index 00000000..fa2fe287 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "name" : "Leanote", + "version" : "0.7", + "main" : "main.js" +} \ No newline at end of file