Skip to content

Commit

Permalink
0.1.14 released
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Mar 13, 2014
1 parent 8311457 commit cfb36d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.8
- 0.10
- "0.8"
- "0.10"
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ REPORTER ?= dot

test:
@./node_modules/.bin/mocha \
--require should \
--reporter $(REPORTER) \
$(TESTS)

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Warehouse

[![](https://travis-ci.org/tommy351/warehouse.png)](https://travis-ci.org/tommy351/warehouse)
[![](https://travis-ci.org/tommy351/warehouse.png)](https://travis-ci.org/tommy351/warehouse) [![NPM version](https://badge.fury.io/js/warehouse.png)](http://badge.fury.io/js/warehouse)

Simple JSON-based database
MongoDB-style Database

- [API](http://zespia.tw/hexo/api/warehouse/classes/Database.html)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warehouse",
"version": "0.1.13",
"version": "0.1.14",
"description": "Simple JSON-based database",
"main": "lib/index.js",
"directories": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"lodash": "2.4.1",
"async": "0.2.9"
"async": "0.2.10"
},
"devDependencies": {
"mocha": "*",
Expand Down

0 comments on commit cfb36d7

Please sign in to comment.