5381492f by Contra

add build script to package file

1 parent 855e927e
...@@ -11,5 +11,8 @@ ...@@ -11,5 +11,8 @@
11 "repository" : { 11 "repository" : {
12 "type" : "git", 12 "type" : "git",
13 "url" : "https://github.com/mikeric/rivets.git" 13 "url" : "https://github.com/mikeric/rivets.git"
14 },
15 "scripts" : {
16 "build" : "coffee -o lib -c src"
14 } 17 }
15 } 18 }
......