Skip to content

Commit ce9bb88

Browse files
committed
move more firmly away from node-twitter as npm/lib name
1 parent 8dbb12d commit ce9bb88

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./lib/node-twitter');
1+
module.exports = require('./lib/twitter');
File renamed without changes.
File renamed without changes.

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
{ "name": "node-twitter"
2-
, "description": "Asynchronous Twitter REST/stream client API for node.js."
3-
, "version": "0.1.0"
1+
{ "name": "twitter"
2+
, "version": "v0.1.0"
3+
, "description": "Asynchronous Twitter REST/stream/search client API for node.js."
4+
, "keywords": ["twitter","streaming","oauth"]
5+
, "homepage": "https://github.com/jdub/node-twitter"
46
, "author": "jdub"
57
, "licenses":
68
[ { "type": "MIT"
@@ -10,6 +12,7 @@
1012
{ "type": "git"
1113
, "url": "http://github.com/jdub/node-twitter.git"
1214
}
13-
, "engine": [ "node >= 0.2" ]
14-
, "main": "./index"
15+
, "dependencies": {"oauth": ">=0.8.4"}
16+
, "engines": ["node >=0.2.0"]
17+
, "main": "./lib/twitter"
1518
}

0 commit comments

Comments
 (0)