d77325ce by Markus Hesper

added prepublish hook to have a concatenated version after install

1 parent 4643387e
......@@ -3,5 +3,7 @@ dist/*
/node_modules/
*~
*.iml
*.ipr
*.iws
*.swp
tmp/**
\ No newline at end of file
......
......@@ -10,7 +10,8 @@
},
"license": "Apache 2",
"scripts": {
"test": "grunt test"
"test": "grunt test",
"prepublish": "grunt"
},
"keywords": [
"videojs",
......