Comparing version 2.0.0 to 2.0.1
@@ -147,3 +147,2 @@ 'use strict'; | ||
}()); | ||
module.exports = Airly; | ||
export default Airly; |
@@ -151,3 +151,2 @@ 'use strict'; | ||
}()); | ||
module.exports = Airly; | ||
exports.default = Airly; |
{ | ||
"name": "airly", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Simple wrapper for Airly API, works in Node.js & the browser.", | ||
@@ -56,4 +56,4 @@ "main": "dist/index.js", | ||
"@types/node-fetch": "^2.5.2", | ||
"@typescript-eslint/eslint-plugin": "^2.3.3", | ||
"@typescript-eslint/parser": "^2.3.3", | ||
"@typescript-eslint/eslint-plugin": "^2.4.0", | ||
"@typescript-eslint/parser": "^2.4.0", | ||
"cpy-cli": "^2.0.0", | ||
@@ -60,0 +60,0 @@ "del-cli": "^3.0.0", |
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
24007
347