We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d60aef5 + 1d3111c commit 46ecd89Copy full SHA for 46ecd89
1 file changed
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "edx-modulestore",
3
- "version": "2.3.0",
+ "version": "2.4.0",
4
"description": "Easy browsing of Open edX Modulestores",
5
"author": "Bertrand Marron",
6
"license": "MIT",
7
"scripts": {
8
"test": "gulp test"
9
},
10
"main": "index.js",
11
+ "files": [
12
+ "index.js",
13
+ "lib/"
14
+ ],
15
"dependencies": {
16
"bluebird": "3.3.4",
17
"lodash": "4.6.1",
0 commit comments