mirror of https://github.com/calzoneman/sync.git
Add build-player script
This commit is contained in:
parent
b8d2d74e2f
commit
dd48da19c0
|
@ -30,5 +30,11 @@
|
|||
"serve-static": "^1.8.1",
|
||||
"socket.io": "^1.3.5",
|
||||
"yamljs": "^0.1.6"
|
||||
},
|
||||
"scripts": {
|
||||
"build-player": "$npm_node_execpath build-player.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coffee-script": "^1.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
(function() {
|
||||
|
||||
|
||||
}).call(this);
|
Loading…
Reference in New Issue