mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
updated elasticsearch-js and added script for doing so to package.json
This commit is contained in:
parent
7f2f98b0ab
commit
82bfa20930
8 changed files with 10 additions and 36 deletions
|
@ -4,9 +4,7 @@
|
|||
"version": "0.0.0",
|
||||
"description": "Kibana TNG",
|
||||
"main": "Gulpfile.js",
|
||||
"dependencies": {
|
||||
"elasticsearch": "git://github.com/elasticsearch/elasticsearch-js.git#master"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"lodash": "~2.4.1",
|
||||
"expect.js": "~0.2.0",
|
||||
|
@ -21,11 +19,12 @@
|
|||
"grunt-contrib-less": "~0.10.0",
|
||||
"grunt-cli": "~0.1.13",
|
||||
"istanbul": "~0.2.4",
|
||||
"path-browserify": "0.0.0"
|
||||
"elasticsearch": "git://github.com/elasticsearch/elasticsearch-js.git#master"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
"server": "grunt server"
|
||||
"server": "grunt server",
|
||||
"update-esjs": "npm install elasticsearch && rm -rf src/bower_components/elasticsearch && cd ./node_modules/elasticsearch && npm install && grunt browser_clients:build && mv dist ../../src/bower_components/elasticsearch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
25
src/bower_components/elasticsearch/.bower.json
vendored
25
src/bower_components/elasticsearch/.bower.json
vendored
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"name": "elasticsearch",
|
||||
"version": "2.1.4",
|
||||
"authors": [
|
||||
"Spencer Alger <spencer@spenceralger.com>"
|
||||
],
|
||||
"description": "The official low-level Elasticsearch client, for use in the browser.",
|
||||
"main": "elasticsearch.js",
|
||||
"keywords": [
|
||||
"elasticsearch",
|
||||
"client"
|
||||
],
|
||||
"license": "Apache 2.0",
|
||||
"homepage": "https://github.com/elasticsearch/bower-elasticsearch-js",
|
||||
"_release": "2.1.4",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v2.1.4",
|
||||
"commit": "c80f81c220ca5087ddc79257280261fe40452aba"
|
||||
},
|
||||
"_source": "git://github.com/elasticsearch/bower-elasticsearch-js.git",
|
||||
"_target": "~2.1.4",
|
||||
"_originalSource": "elasticsearch",
|
||||
"_direct": true
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
/*! elasticsearch - v2.1.4 - 2014-05-02
|
||||
/*! elasticsearch - v2.1.4 - 2014-05-05
|
||||
* http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html
|
||||
* Copyright (c) 2014 ; Licensed Apache 2.0 */
|
||||
;(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
/*! elasticsearch - v2.1.4 - 2014-05-02
|
||||
/*! elasticsearch - v2.1.4 - 2014-05-05
|
||||
* http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html
|
||||
* Copyright (c) 2014 ; Licensed Apache 2.0 */
|
||||
;(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
/*! elasticsearch - v2.1.4 - 2014-05-02
|
||||
/*! elasticsearch - v2.1.4 - 2014-05-05
|
||||
* http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html
|
||||
* Copyright (c) 2014 ; Licensed Apache 2.0 */
|
||||
!function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.elasticsearch=e():"undefined"!=typeof global?global.elasticsearch=e():"undefined"!=typeof self&&(self.elasticsearch=e())}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue