Skip to content

Commit 46ecd89

Browse files
committed
Merge pull request #24 from IONISx/tusbar/2.4.0
Release 2.4.0
2 parents d60aef5 + 1d3111c commit 46ecd89

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "edx-modulestore",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Easy browsing of Open edX Modulestores",
55
"author": "Bertrand Marron",
66
"license": "MIT",
77
"scripts": {
88
"test": "gulp test"
99
},
1010
"main": "index.js",
11+
"files": [
12+
"index.js",
13+
"lib/"
14+
],
1115
"dependencies": {
1216
"bluebird": "3.3.4",
1317
"lodash": "4.6.1",

0 commit comments

Comments
 (0)