using the previous setup, which should still work

This commit is contained in:
Spencer Alger
2013-12-17 19:15:21 -07:00
parent 79f89342d9
commit 28fc7605a0
3 changed files with 5 additions and 5 deletions

2
.gitmodules vendored
View File

@ -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

View File

@ -6,4 +6,4 @@ node_js:
services:
- elasticsearch
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli

View File

@ -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",