Comparing version 0.1.1 to 0.1.2
@@ -16,3 +16,3 @@ 'use strict'; | ||
var MARK_SYMBOL = Symbol('mark'); | ||
var MARK_SYMBOL = exports.MARK_SYMBOL = Symbol('mark'); | ||
exports.default = { | ||
@@ -19,0 +19,0 @@ set: function set(promise) { |
{ | ||
"name": "promist", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Rafa Mel", | ||
@@ -9,3 +9,2 @@ "description": "A dependable Promises and async utility belt", | ||
"promises", | ||
"async", | ||
"series", | ||
@@ -65,3 +64,3 @@ "parallel", | ||
"cross-env": "^5.2.0", | ||
"eslint": "^5.9.0", | ||
"eslint": "^5.10.0", | ||
"eslint-config-prettier": "^3.3.0", | ||
@@ -72,3 +71,3 @@ "eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^22.0.0", | ||
"eslint-plugin-jest": "^22.1.2", | ||
"eslint-plugin-node": "^8.0.0", | ||
@@ -91,3 +90,3 @@ "eslint-plugin-prettier": "^3.0.0", | ||
"typedoc-plugin-external-module-name": "^1.1.3", | ||
"typescript": "^3.2.1" | ||
"typescript": "^3.2.2" | ||
}, | ||
@@ -94,0 +93,0 @@ "dependencies": {}, |
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
41130