From 565f5cfd85f9e2fafa65cd578e34cae22e20abfa Mon Sep 17 00:00:00 2001 From: Nathan Farrant-Diaz Date: Tue, 7 Jun 2016 11:55:38 -0400 Subject: [PATCH] 1.0.0 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e60cd66..3067dfe 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { "name": "apex-source-control", - "version": "0.0.0", + "version": "1.0.0", "description": "Scripts for bringing Oracle Application Express apps into source control", - "bin" : { - "apex-source-control" : "scripts/apex-source-control" + "bin": { + "apex-source-control": "scripts/apex-source-control" }, "scripts": { - "apex-to-file" : "apex-source-control apex-to-file", - "file-to-apex" : "apex-source-control file-to-apex", - "new-conf-file" : "apex-source-control new-conf-file", - "switch-conf-file" : "apex-source-control switch-conf-file", - "read-conf-file" : "apex-source-control read-conf-file", - "generate-app-id" : "apex-source-control generate-app-id", - "uninstall-apex" : "apex-source-control uninstall-apex" + "apex-to-file": "apex-source-control apex-to-file", + "file-to-apex": "apex-source-control file-to-apex", + "new-conf-file": "apex-source-control new-conf-file", + "switch-conf-file": "apex-source-control switch-conf-file", + "read-conf-file": "apex-source-control read-conf-file", + "generate-app-id": "apex-source-control generate-app-id", + "uninstall-apex": "apex-source-control uninstall-apex" }, "repository": { "type": "git",