Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
Various improvements
Browse files Browse the repository at this point in the history
- Improve parser logic
- Semantics tidy-up
- NPM friendly (Ready for `npm publish .` at anytime)
  • Loading branch information
tim-smart authored and technoweenie committed Jun 30, 2010
1 parent a6844ed commit 10b374e
Show file tree
Hide file tree
Showing 14 changed files with 601 additions and 294 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*build/
*.lock-wscript
*.node
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd vendor/node-base64
node-waf configure build
cp build/default/base64.node ../../lib/twitter-node/
138 changes: 0 additions & 138 deletions lib/base64.js

This file was deleted.

69 changes: 0 additions & 69 deletions lib/streaming_json_parser.js

This file was deleted.

Loading

0 comments on commit 10b374e

Please sign in to comment.