sequent-promises
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "sequent-promises", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "sequentPromises resolves Promises sequentially", | ||
@@ -13,3 +13,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/Krivega/sequent-promises.git" | ||
"url": "https://github.com/Krivega/sequent-promises.git" | ||
}, | ||
@@ -29,2 +29,3 @@ "license": "MIT", | ||
}, | ||
"main": "./dist/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -96,3 +97,4 @@ "typesVersions": { | ||
}, | ||
"peerDependencies": {} | ||
"peerDependencies": {}, | ||
"main:src": "src/index.ts" | ||
} |
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
8573