Skip to content

Commit

Permalink
update package to be compatable with npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
elosoman committed May 16, 2018
1 parent a28ffc8 commit b61973a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ test.html
thirdparty/jwplayer.*
thirdparty/jquery-*.js
node_modules/
npm-debug.log
translations/???.js
.idea
.htaccess
.htaccess
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ableplayer",
"version": "3.1.00",
"version": "3.2.0",
"description": "fully accessible HTML5 media player",
"homepage": "http://ableplayer.github.io/ableplayer",
"bugs": "https://github.com/ableplayer/ableplayer/issues",
Expand All @@ -9,6 +9,14 @@
"type": "git",
"url": "https://github.com/ableplayer/ableplayer.git"
},
"main": "build/ableplayer.min.js",
"scripts": {
"build": "grunt"
},
"dependencies": {
"jquery": "3.3.1",
"js-cookie": "2.2.0"
},
"devDependencies": {
"grunt": ">=0.4.1",
"grunt-contrib-clean": ">=0.6.0",
Expand Down

0 comments on commit b61973a

Please sign in to comment.