Skip to content

Commit

Permalink
Change to checked-in and published JS.
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemk committed Jun 24, 2012
1 parent ef36f9d commit de14722
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 4 deletions.
54 changes: 54 additions & 0 deletions index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
, "description": "Express monkey-patch to support Streamline syntax."
, "version": "0.0.0"
, "author": "Aseem Kishore <aseem.kishore@gmail.com>"
, "dependencies":
, "dependencies": {}
, "devDependencies":
{ "coffee-script": "~1.3.3"
}
, "devDependencies": {}
, "engines":
{ "node": "*"
}
, "scripts":
{ "build": "coffee -c ."
, "clean": "rm -f *.js"
, "postinstall": "npm run build"
, "watch": "coffee -w -c ."
, "prepublish": "npm run build"
}
, "homepage": "https://github.com/aseemk/express-streamline"
, "repository":
Expand Down

0 comments on commit de14722

Please sign in to comment.