Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "axaj", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A tiny and trivial AJAX library which uses the Fetch API.", | ||
@@ -13,5 +13,4 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.es6.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/axaj.js", | ||
"module": "./src/index.js", | ||
"repository": { | ||
@@ -18,0 +17,0 @@ "type": "git", |
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
16453