Skip to content

Commit

Permalink
Added npmingore
Browse files Browse the repository at this point in the history
  • Loading branch information
tarruda committed Aug 29, 2012
1 parent daa45d8 commit 1b9558f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/node_modules
/src
/test
*.log
*.swp
*~
*.tgz
README.mkd
Makefile
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"author": "Thiago de Arruda <tpadilha84@gmail.com>",
"name": "flask-router",
"version": "0.0.1",
"description": "Flask-inspired routing system for node and connect.\nNice if you just need a routing system without depending on connect, or need routing middleware without all features provided by express.",
Expand All @@ -17,7 +18,6 @@
"dispatch",
"request"
],
"author": "Thiago de Arruda",
"license": "BSD",
"devDependencies": {
"coffee-script": "1.3.3",
Expand Down

0 comments on commit 1b9558f

Please sign in to comment.