You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2017/04/01 07:07:50 UTC

[06/17] ambari git commit: AMBARI-20644. Ambari Log Search Web - fix some build npm errors (oleewere)

AMBARI-20644. Ambari Log Search Web - fix some build npm errors (oleewere)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/51143f31
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/51143f31
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/51143f31

Branch: refs/heads/branch-3.0-perf
Commit: 51143f312fb86f6ce66bdbb844daff6de255ee89
Parents: c17979c
Author: oleewere <ol...@gmail.com>
Authored: Fri Mar 31 14:42:34 2017 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Sat Apr 1 10:07:36 2017 +0300

----------------------------------------------------------------------
 ambari-logsearch/ambari-logsearch-web/package.json | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/51143f31/ambari-logsearch/ambari-logsearch-web/package.json
----------------------------------------------------------------------
diff --git a/ambari-logsearch/ambari-logsearch-web/package.json b/ambari-logsearch/ambari-logsearch-web/package.json
index 9dad560..92fd245 100644
--- a/ambari-logsearch/ambari-logsearch-web/package.json
+++ b/ambari-logsearch/ambari-logsearch-web/package.json
@@ -1,13 +1,16 @@
 {
   "name": "ambari-logsearch-web",
   "version": "0.5.0",
-  "description": "<!-- {% comment %} Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License.  You may obtain a copy of the License at",
+  "description": "Front-end package for the Apache Ambari Log Search",
+  "homepage": "http://ambari.apache.org/",
+  "license" : "Apache-2.0",
+  "private": true,
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=summary"
+  },
   "dependencies": {
     "del": "^2.2.0",
-    "gulp": "^3.9.0",
-    "gulp-minify-css": "^1.2.3",
-    "gulp-minify-html": "^1.0.5",
-    "gulp-shell": "^0.5.2",
     "run-sequence": "^1.1.5",
     "yargs": "^3.32.0",
     "bower": "~1.7.2",
@@ -18,7 +21,5 @@
   },
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "author": "",
-  "license": "Apache 2.0"
+  }
 }