aboutsummaryrefslogtreecommitdiff
path: root/ionic.starter.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2018-09-09 08:19:27 +0530
committerKumar Priyansh <[email protected]>2018-09-09 08:19:27 +0530
commit5ef465dab66d20100630bba6a42f47c243aa476a (patch)
treed95a1f961888d451733c947e42e56f49271f04be /ionic.starter.json
downloadNewsApp-5ef465dab66d20100630bba6a42f47c243aa476a.tar.xz
NewsApp-5ef465dab66d20100630bba6a42f47c243aa476a.zip
Files Upload via GIT
Diffstat (limited to 'ionic.starter.json')
-rw-r--r--ionic.starter.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/ionic.starter.json b/ionic.starter.json
new file mode 100644
index 0000000..a6464a2
--- /dev/null
+++ b/ionic.starter.json
@@ -0,0 +1,13 @@
+{
+ "name": "Tabs Starter",
+ "baseref": "master",
+ "tarignore": [
+ ".sourcemaps",
+ "node_modules",
+ "package-lock.json",
+ "www"
+ ],
+ "scripts": {
+ "test": "npm run build"
+ }
+}