d77325ce by Markus Hesper

added prepublish hook to have a concatenated version after install

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