0217de73 by Michael Richards

Remove npm build script and add dev dependencies "grunt" and "coffee-script".

1 parent 021f80e2
1 .DS_Store 1 .DS_Store
2 *.swp 2 *.swp
3 node_modules/**/*
......
...@@ -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 }
......