add build script to package file
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment