Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0217de73
authored
2012-07-15 12:53:58 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove npm build script and add dev dependencies "grunt" and "coffee-script".
1 parent
021f80e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
.gitignore
package.json
.gitignore
View file @
0217de7
.DS_Store
*.swp
node_modules/**/*
...
...
package.json
View file @
0217de7
...
...
@@ -12,7 +12,8 @@
"type"
:
"git"
,
"url"
:
"https://github.com/mikeric/rivets.git"
},
"scripts"
:
{
"build"
:
"coffee -o lib -c src"
"devDependencies"
:
{
"grunt"
:
"0.3.x"
,
"coffee-script"
:
"1.3.x"
}
}
...
...
Please
register
or
sign in
to post a comment