Remove npm build script and add dev dependencies "grunt" and "coffee-script".
Showing
2 changed files
with
4 additions
and
2 deletions
... | @@ -12,7 +12,8 @@ | ... | @@ -12,7 +12,8 @@ |
12 | "type" : "git", | 12 | "type" : "git", |
13 | "url" : "https://github.com/mikeric/rivets.git" | 13 | "url" : "https://github.com/mikeric/rivets.git" |
14 | }, | 14 | }, |
15 | "scripts" : { | 15 | "devDependencies" : { |
16 | "build" : "coffee -o lib -c src" | 16 | "grunt" : "0.3.x", |
17 | "coffee-script" : "1.3.x" | ||
17 | } | 18 | } |
18 | } | 19 | } | ... | ... |
-
Please register or sign in to post a comment