Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "wct-local", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "WCT plugin that enables support for local browsers via Selenium", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
[![NPM version](http://img.shields.io/npm/v/wct-local.svg?style=flat-square)](https://npmjs.org/package/wct-local) | ||
[![Build Status](http://img.shields.io/travis/Polymer/wct-local.svg?style=flat-square)](https://travis-ci.org/Polymer/web-component-tester) | ||
[![Build Status](http://img.shields.io/travis/Polymer/web-component-tester.svg?style=flat-square)](https://travis-ci.org/Polymer/web-component-tester) | ||
[![Dependency Status](http://img.shields.io/david/Polymer/wct-local.svg?style=flat-square)](https://david-dm.org/Polymer/wct-local) | ||
@@ -4,0 +4,0 @@ [![Gitter](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat-square)](https://gitter.im/Polymer/web-component-tester) |
@@ -56,5 +56,5 @@ /** | ||
console.log(error); | ||
proess.exit(1); | ||
process.exit(1); | ||
} | ||
}); | ||
}); |
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
15682