aboutsummaryrefslogtreecommitdiff
path: root/ionic.starter.json
diff options
context:
space:
mode:
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"
+ }
+}