From 4904d97ff63600cf4d6d0251db1c9fec6afc7a3c Mon Sep 17 00:00:00 2001 From: Julien Buty Date: Thu, 22 Oct 2015 11:15:04 +0800 Subject: [PATCH] Update version, metadata and test command. --- README.md | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bcaeb7f..ec0a21d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The 17 tests are written using the BDD testing framework should.js, and run with Run `npm install should` and `npm install -g mocha` to install them both. -Run tests with `mocha -R spec`. +Run tests with `make test`. ## License diff --git a/package.json b/package.json index 2a02140..830c267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-query-parser", - "version": "0.0.3", + "version": "0.0.4", "description": "Parser for advanced search query syntax", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/retraceio/search-query-parser" + "url": "git://github.com/nepsilon/search-query-parser" }, "keywords": [ "search syntax parser", @@ -20,13 +20,13 @@ ], "author": { "name": "Julien Buty", - "email": "julien@retraceio.net" + "email": "julien@nepsilon.net" }, "license": "MIT", "bugs": { - "url": "https://github.com/retraceio/search-query-parser/issues" + "url": "https://github.com/nepsilon/search-query-parser/issues" }, - "homepage": "https://github.com/retraceio/search-query-parser", + "homepage": "https://github.com/nepsilon/search-query-parser", "devDependencies": { "should": "^3.2.0", "mocha": "*"