Skip to content

Commit

Permalink
Merge 9efa1c8 into a10fa19
Browse files Browse the repository at this point in the history
  • Loading branch information
tomap committed Jun 9, 2019
2 parents a10fa19 + 9efa1c8 commit e03bebf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cache:
node_js:
- "6"
- "8"
- "10"
- "node"

script:
Expand All @@ -26,4 +27,4 @@ deploy:
skip_cleanup: true
on:
tags: true
node: "6"
node: "8"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Warehouse

[![Build Status](https://travis-ci.org/hexojs/warehouse.svg?branch=master)](https://travis-ci.org/hexojs/warehouse) [![NPM version](https://badge.fury.io/js/warehouse.svg)](http://badge.fury.io/js/warehouse) [![Coverage Status](https://coveralls.io/repos/tommy351/warehouse/badge.svg?branch=master)](https://coveralls.io/r/tommy351/warehouse?branch=master)
[![Build Status](https://travis-ci.org/hexojs/warehouse.svg?branch=master)](https://travis-ci.org/hexojs/warehouse) [![NPM version](https://badge.fury.io/js/warehouse.svg)](http://badge.fury.io/js/warehouse) [![Coverage Status](https://coveralls.io/repos/github/hexojs/warehouse/badge.svg?branch=master)](https://coveralls.io/github/hexojs/warehouse?branch=master)

A JSON database with Models, Schemas, and a flexible querying interface. It powers the wildly successful static site generator [Hexo](https://hexo.io).

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"license": "MIT",
"dependencies": {
"JSONStream": "^1.0.7",
"bluebird": "^3.2.2",
"cuid": "^2.1.4",
"graceful-fs": "^4.1.3",
"JSONStream": "^1.3.5",
"bluebird": "^3.5.5",
"cuid": "^2.1.6",
"graceful-fs": "^4.1.15",
"is-plain-object": "^3.0.0",
"json-stream-stringify": "^2.0.0",
"lodash": "^4.17.10"
"json-stream-stringify": "^2.0.1",
"lodash": "^4.17.11"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"eslint": "^5.3.0",
"eslint": "^5.16.0",
"eslint-config-hexo": "^3.0.0",
"istanbul": "^0.4.2",
"jsdoc": "^3.4.0",
"minami": "^1.1.1",
"mocha": "^6.0.2",
"sinon": "^7.1.1"
"istanbul": "^0.4.5",
"jsdoc": "^3.6.2",
"minami": "^1.2.3",
"mocha": "^6.1.4",
"sinon": "^7.3.2"
},
"engines": {
"node": "6 || 8 || >=10"
Expand Down

0 comments on commit e03bebf

Please sign in to comment.