stackexchange
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -8,3 +8,4 @@ 'use strict'; | ||
, answers = require('./methods/answers') | ||
, users = require('./methods/users'); | ||
, users = require('./methods/users') | ||
, tags = require('./methods/tags'); | ||
@@ -30,2 +31,3 @@ /** | ||
this.users = users; | ||
this.tags = tags; | ||
}; |
{ | ||
"name": "stackexchange", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Node.js implementation of the stackexchange/stackoverflow API", | ||
@@ -5,0 +5,0 @@ "main": "./lib/stackexchange", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24490
17
761