Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natlownes committed Nov 27, 2013
1 parent 45ba9e1 commit bf7ba78
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
lib/*.js
node_modules
tmp/*
npm-debug.log
lib/*


3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.gitignore
node_modules
lib/.gitkeep
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.1 2013-11-26

* botched that 0.1.0 release. updated .gitignore and .npmignore files to allow
for this type of project

# 0.1.0 2013-11-26

* move coffee-script from being a dependency into devDependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Nat Lownes <[email protected]>",
"description": "A restful, CORS enabled development server - for clicking around front end Javascript projects.",
"main": "./lib/index.js",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"express": "~3.1.0",
"whoadb": "~0.1.x",
Expand Down

0 comments on commit bf7ba78

Please sign in to comment.