using the previous setup, which should still work
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "src/rest-api-spec"]
|
||||
path = src/rest-api-spec
|
||||
url = git@github.com:elasticsearch/elasticsearch-rest-api-spec.git
|
||||
url = git://github.com/elasticsearch/elasticsearch-rest-api-spec.git
|
||||
|
||||
@ -6,4 +6,4 @@ node_js:
|
||||
services:
|
||||
- elasticsearch
|
||||
before_script:
|
||||
- npm install -g grunt-cli
|
||||
- npm install -g grunt-cli
|
||||
@ -4,7 +4,7 @@
|
||||
"company": "Elasticsearch BV"
|
||||
},
|
||||
"name": "elasticsearch",
|
||||
"description":"The official low-level Elasticsearch client for Node.js and the browser.",
|
||||
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
||||
"main": "src/elasticsearch.js",
|
||||
"homepage": "http://elasticsearch.github.io/elasticsearch-js/",
|
||||
"version": "1.0.0",
|
||||
@ -34,11 +34,11 @@
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
"xmlbuilder": "~0.4.3",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"coveralls": "~2.3.0",
|
||||
"coveralls": "~2.6.0",
|
||||
"mocha-lcov-reporter": "0.0.1",
|
||||
"blanket": "~1.1.5",
|
||||
"sinon": "~1.7.3",
|
||||
"nock": "git://github.com/spenceralger/nock.git#5218548233983c594da5535bc07e7db36841987e",
|
||||
"nock": "0.27.0",
|
||||
"open": "0.0.4",
|
||||
"testling": "git://github.com/spenceralger/testling.git",
|
||||
"load-grunt-tasks": "~0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user