This repository was archived by the owner on Jan 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
99module . exports = class BoolJSNoModel extends API . DatabaseLoader {
1010 constructor ( ) {
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments