HDPDGI-87: Vishal: Update bower & package json with application name

Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/ad65f51b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/ad65f51b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/ad65f51b

Branch: refs/heads/master
Commit: ad65f51b332a0c062d57ef7319979866b4393782
Parents: 970115d
Author: Vishal Kadam <[email protected]>
Authored: Thu Jun 18 19:21:47 2015 -0400
Committer: Vishal Kadam <[email protected]>
Committed: Thu Jun 18 19:21:47 2015 -0400

----------------------------------------------------------------------
 dashboard/v2/README.md    | 1 +
 dashboard/v2/bower.json   | 2 +-
 dashboard/v2/package.json | 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/ad65f51b/dashboard/v2/README.md
----------------------------------------------------------------------
diff --git a/dashboard/v2/README.md b/dashboard/v2/README.md
index 0d2036d..0957582 100755
--- a/dashboard/v2/README.md
+++ b/dashboard/v2/README.md
@@ -28,6 +28,7 @@
 
 ```
 git clone $git-repo-url
+git checkout dal
 cd dashboard/v2
 npm install
 grunt server

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/ad65f51b/dashboard/v2/bower.json
----------------------------------------------------------------------
diff --git a/dashboard/v2/bower.json b/dashboard/v2/bower.json
index 581f682..2ffdc90 100755
--- a/dashboard/v2/bower.json
+++ b/dashboard/v2/bower.json
@@ -1,5 +1,5 @@
 {
-    "name": "dgc-metadata",
+    "name": "atlas-metadata",
     "description": "Apache Atlas",
     "version": "1.0.0-SNAPSHOT",
     "devDependencies": {

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/ad65f51b/dashboard/v2/package.json
----------------------------------------------------------------------
diff --git a/dashboard/v2/package.json b/dashboard/v2/package.json
index f57b197..7fb0821 100755
--- a/dashboard/v2/package.json
+++ b/dashboard/v2/package.json
@@ -1,9 +1,8 @@
 {
-    "name": "dgc-metadata",
+    "name": "atlas-metadata",
     "description": "Apache Atlas",
     "version": "1.0.0-SNAPSHOT",
     "private": true,
-    "bin": "server.js",
     "repository": {
         "type": "git",
         "url": "https://github.com/hortonworks/metadata";
@@ -13,7 +12,8 @@
         "npm": "1.3.x"
     },
     "keywords": [
-        "DGC",
+        "Apache",
+        "Atlas",
         "HortonWorks"
     ],
     "scripts": {

Reply via email to