Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 4c73e88

Browse files
committed
Upgrade to 0.4.0
1 parent d0bcfa3 commit 4c73e88

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var fs = require('fs')
44
, path = require('path')
55
, async = require('async');
66

7-
var API = require('booljs-api');
7+
var API = require('bools.api');
88

99
module.exports = class BoolJSNoModel extends API.DatabaseLoader{
1010
constructor() {

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "booljs-nomodel",
3-
"version": "0.3.1",
2+
"name": "booljs.nomodel",
3+
"version": "0.4.0",
44
"description": "No database driver for bool.js",
55
"main": "index.js",
66
"scripts": {
7-
"test": "NODE_ENV=test mocha --recursive --timeout 5000 test"
7+
"test": "NODE_ENV=test mocha --recursive --timeout 5000 test"
88
},
99
"keywords": [
1010
"bool.js",
@@ -22,18 +22,18 @@
2222
"async": "^1.4.2"
2323
},
2424
"peerDependencies": {
25-
"booljs-api": "0.3.x"
25+
"booljs.api": "0.4.x"
2626
},
2727
"devDependencies": {
28-
"chai": "^3.2.0",
29-
"chai-as-promised": "^5.1.0",
30-
"mocha": "^2.3.2",
31-
"supertest": "^1.1.0",
32-
"supertest-as-promised": "^2.0.2"
28+
"chai": "^3.5.0",
29+
"chai-as-promised": "^6.0.0",
30+
"mocha": "^3.2.0",
31+
"supertest": "^3.0.0",
32+
"supertest-as-promised": "^4.0.2"
3333
},
3434
"engines": {
35-
"node": ">=4.0.0",
36-
"npm": ">=3.0.0"
35+
"node": ">=7.0.0",
36+
"npm": ">=4.0.0"
3737
},
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)