Comparing version 1.0.1 to 1.0.2
@@ -48,2 +48,3 @@ 'use strict'; | ||
exports.default = { get: get }; | ||
exports.default = { get: get }; | ||
module.exports = exports['default']; |
@@ -261,2 +261,3 @@ 'use strict'; | ||
exports.default = Zomato; | ||
exports.default = Zomato; | ||
module.exports = exports['default']; |
{ | ||
"name": "zomato.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "nodejs library for Zomato", | ||
@@ -33,9 +33,10 @@ "author": { | ||
"babel-preset-es2015": "^6.13.2", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-register": "^6.11.6", | ||
"mocha": "^3.0.2", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.3.0", | ||
"eslint": "^3.3.0" | ||
"eslint": "^3.3.0", | ||
"mocha": "^3.0.2" | ||
}, | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
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
15343
406
8