edx-modulestore
Advanced tools
Comparing version 0.2.3 to 0.3.0
'use strict'; | ||
module.exports = function (grunt) { | ||
require('time-grunt')(grunt); | ||
require('load-grunt-tasks')(grunt); | ||
grunt.initConfig({ | ||
jscs: { | ||
all: { | ||
files: { | ||
src: [ | ||
'Gruntfile.js', | ||
'lib/**/*.js', | ||
'bin/**/*.js', | ||
'index.js' | ||
] | ||
} | ||
} | ||
}, | ||
// ## // | ||
jshint: { | ||
@@ -15,5 +31,5 @@ options: { | ||
'Gruntfile.js', | ||
'index.js', | ||
'lib/**/*.js', | ||
'bin/**/*.js' | ||
'bin/**/*.js', | ||
'index.js' | ||
] | ||
@@ -26,4 +42,5 @@ } | ||
grunt.registerTask('test', [ | ||
'jscs', | ||
'jshint' | ||
]); | ||
}; |
@@ -40,3 +40,2 @@ 'use strict'; | ||
if (_.isFunction(prop[name]) && _.isFunction(_super[name])) { | ||
// Expose _super method to overriden functions | ||
@@ -43,0 +42,0 @@ /* jshint -W083 */ |
@@ -17,2 +17,3 @@ var mongoose = require('mongoose'); | ||
'textbooks', | ||
'pdf_textbooks', | ||
'wiki' | ||
@@ -19,0 +20,0 @@ ] |
{ | ||
"name": "edx-modulestore", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "Easy browsing of Open edX modulestores", | ||
@@ -12,12 +12,14 @@ "author": "Bertrand Marron", | ||
"dependencies": { | ||
"mongoose": "3.8.25", | ||
"mongoose": "4.0.2", | ||
"mongoose-long": "0.0.2", | ||
"lodash": "^3.5.0", | ||
"moment": "^2.9.0", | ||
"bluebird": "^2.9.14" | ||
"lodash": "3.5.0", | ||
"moment": "2.9.0", | ||
"bluebird": "2.9.14" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-jshint": "^0.11.0", | ||
"load-grunt-tasks": "^3.1.0" | ||
"grunt": "0.4.5", | ||
"grunt-contrib-jshint": "0.11.1", | ||
"grunt-jscs": "1.8.0", | ||
"load-grunt-tasks": "3.1.0", | ||
"time-grunt": "1.2.1" | ||
}, | ||
@@ -24,0 +26,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
38951
28
1157
5
+ Addedasync@0.9.0(transitive)
+ Addedbindings@1.5.0(transitive)
+ Addedbluebird@2.3.22.9.14(transitive)
+ Addedbson@0.3.2(transitive)
+ Addedbson-ext@0.1.13(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)
+ Addedhooks-fixed@1.0.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedkareem@1.0.0(transitive)
+ Addedkerberos@0.0.24(transitive)
+ Addedlodash@3.5.0(transitive)
+ Addedminimist@0.0.8(transitive)
+ Addedmkdirp@0.5.0(transitive)
+ Addedmoment@2.9.0(transitive)
+ Addedmongodb@2.0.27(transitive)
+ Addedmongodb-core@1.1.21(transitive)
+ Addedmongoose@4.0.2(transitive)
+ Addedmpromise@0.5.4(transitive)
+ Addedmquery@1.4.0(transitive)
+ Addedmuri@1.0.0(transitive)
+ Addednan@2.0.92.10.0(transitive)
+ Addedreadable-stream@1.0.31(transitive)
+ Addedrimraf@2.2.6(transitive)
+ Addedstring_decoder@0.10.31(transitive)
- Removedabort-controller@3.0.0(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbluebird@2.11.0(transitive)
- Removedbson@0.2.22(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedevent-target-shim@5.0.1(transitive)
- Removedevents@3.3.0(transitive)
- Removedhooks@0.2.1(transitive)
- Removedieee754@1.2.1(transitive)
- Removedkerberos@0.0.9(transitive)
- Removedlodash@3.10.1(transitive)
- Removedmoment@2.30.1(transitive)
- Removedmongodb@1.4.32(transitive)
- Removedmongoose@3.8.25(transitive)
- Removedmpromise@0.4.3(transitive)
- Removedmquery@0.8.0(transitive)
- Removedmuri@0.3.1(transitive)
- Removednan@1.6.21.8.4(transitive)
- Removedprocess@0.11.10(transitive)
- Removedreadable-stream@4.7.0(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
Updatedbluebird@2.9.14
Updatedlodash@3.5.0
Updatedmoment@2.9.0
Updatedmongoose@4.0.2