Skip to content

Commit

Permalink
Merge pull request video-dev#36 from AxelDelmas/require
Browse files Browse the repository at this point in the history
Enable hls.js project to be required as a dependency by browserify
  • Loading branch information
mangui committed Oct 19, 2015
2 parents fee221f + 59d5f0d commit 40403f2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",
"authors": "Guillaume du Pontavice <[email protected]>",
"main": "dist/hls.js",
"main": "src/hls.js",
"private": true,
"scripts": {
"clean": "find dist -mindepth 1 -delete",
Expand All @@ -26,8 +26,11 @@
"babelify"
]
},
"devDependencies": {
"dependencies": {
"babelify": "^6.1.2",
"webworkify": "^1.0.2"
},
"devDependencies": {
"browserify": "^8.1.1",
"exorcist": "^0.4.0",
"http-server": "^0.7.4",
Expand All @@ -37,7 +40,6 @@
"opener": "^1.4.0",
"parallelshell": "^1.0.3",
"uglify-js": "^2.4.23",
"watchify": "^2.2.1",
"webworkify": "^1.0.2"
"watchify": "^2.2.1"
}
}

0 comments on commit 40403f2

Please sign in to comment.