From 8f53a51b37a4dcf13965702ef0efb4e6797fb664 Mon Sep 17 00:00:00 2001 From: Avi Haiat Date: Mon, 6 Jun 2016 08:29:40 +0300 Subject: [PATCH] feat(app): Create a package.json to hold the license --- package.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..d8abd32 --- /dev/null +++ b/package.json @@ -0,0 +1,4 @@ +{ + "name": "directory-angular-ionic-require", + "license": "MIT" +}