Commit 11b78ad5 by Vishal Kadam

Merge pull request #12 from MPR-Global/HDPDGI-87

HDPDGI-87: Vishal: Update bower & package json with application name
parents 240d7c48 ad65f51b
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
``` ```
git clone $git-repo-url git clone $git-repo-url
git checkout dal
cd dashboard/v2 cd dashboard/v2
npm install npm install
grunt server grunt server
......
{ {
"name": "dgc-metadata", "name": "atlas-metadata",
"description": "Apache Atlas", "description": "Apache Atlas",
"version": "1.0.0-SNAPSHOT", "version": "1.0.0-SNAPSHOT",
"devDependencies": { "devDependencies": {
......
{ {
"name": "dgc-metadata", "name": "atlas-metadata",
"description": "Apache Atlas", "description": "Apache Atlas",
"version": "1.0.0-SNAPSHOT", "version": "1.0.0-SNAPSHOT",
"private": true, "private": true,
"bin": "server.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/hortonworks/metadata" "url": "https://github.com/hortonworks/metadata"
...@@ -13,7 +12,8 @@ ...@@ -13,7 +12,8 @@
"npm": "1.3.x" "npm": "1.3.x"
}, },
"keywords": [ "keywords": [
"DGC", "Apache",
"Atlas",
"HortonWorks" "HortonWorks"
], ],
"scripts": { "scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment