error-stack-parser
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -6,5 +6,6 @@ { | ||
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)", | ||
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)" | ||
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)", | ||
"Oliver Salzburg (https://github.com/oliversalzburg)" | ||
], | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -25,4 +26,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"colors": "~1.0.3", | ||
"coveralls": "^2.11.3", | ||
"colors": "^1.1.2", | ||
"del": "^1.2.0", | ||
@@ -43,3 +43,3 @@ "gulp": "^3.9.0", | ||
"karma-opera-launcher": "^0.1.0", | ||
"karma-phantomjs2-launcher": "^0.3.0", | ||
"karma-phantomjs2-launcher": "^0.3.1", | ||
"karma-safari-launcher": "^0.1.1", | ||
@@ -52,8 +52,2 @@ "karma-sauce-launcher": "^0.2.10", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "Public Domain", | ||
"url": "https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE" | ||
} | ||
], | ||
"main": "./error-stack-parser.js", | ||
@@ -67,4 +61,4 @@ "files": [ | ||
"scripts": { | ||
"test": "gulp clean test" | ||
"test": "gulp test" | ||
} | ||
} |
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
20
59083