aurelia-task-queue
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "aurelia-task-queue", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,1 +1,6 @@ | ||
<a name="1.3.2"></a> | ||
## [1.3.2](https://github.com/aurelia/task-queue/compare/1.3.1...1.3.2) (2019-01-18) | ||
* Add module field to package.json | ||
<a name="1.3.1"></a> | ||
@@ -2,0 +7,0 @@ ## [1.3.1](https://github.com/aurelia/task-queue/compare/1.3.0...1.3.1) (2018-06-18) |
{ | ||
"name": "aurelia-task-queue", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks.", | ||
@@ -18,2 +18,3 @@ "keywords": [ | ||
"main": "dist/commonjs/aurelia-task-queue.js", | ||
"module": "dist/es2015/aurelia-task-queue.js", | ||
"typings": "dist/aurelia-task-queue.d.ts", | ||
@@ -20,0 +21,0 @@ "repository": { |
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
81769
43
1884