pastebin-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -19,2 +19,2 @@ 'use strict'; | ||
*/ | ||
exports.version = require('./package').version; | ||
exports.version = require('./package.json').version; |
@@ -11,3 +11,3 @@ 'use strict'; | ||
var config = require('./config'); | ||
var pkg = require('../package'); | ||
var pkg = require('../package.json'); | ||
var Q = require('q'); | ||
@@ -14,0 +14,0 @@ var TIMEOUT = 4000; |
{ | ||
"name": "pastebin-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "NodeJS module for Pastebin API", | ||
@@ -5,0 +5,0 @@ "main": "index", |
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
39194
11