@vaadin/vaadin-cookie-consent
Advanced tools
Comparing version 20.0.2 to 20.0.3
{ | ||
"name": "@vaadin/vaadin-cookie-consent", | ||
"version": "20.0.2", | ||
"version": "20.0.3", | ||
"description": "vaadin-cookie-consent", | ||
@@ -29,6 +29,6 @@ "main": "vaadin-cookie-consent.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-element-mixin": "^20.0.2", | ||
"@vaadin/vaadin-element-mixin": "^20.0.3", | ||
"@vaadin/vaadin-license-checker": "^2.1.0", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.2", | ||
"@vaadin/vaadin-material-styles": "^20.0.2", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.3", | ||
"@vaadin/vaadin-material-styles": "^20.0.3", | ||
"cookieconsent": "^3.0.6" | ||
@@ -43,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "0163e148c4055f73fe27a1ae3f5452be95fcfff6" | ||
"gitHead": "c9eded647fe8aaa6d97511c5ee1e87737f5aa124" | ||
} |
@@ -10,3 +10,3 @@ # <vaadin-cookie-consent> | ||
[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-cookie-consent)](https://www.npmjs.com/package/@vaadin/vaadin-cookie-consent) | ||
[![Build Status](https://travis-ci.org/vaadin/vaadin-cookie-consent.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-cookie-consent) | ||
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-cookie-consent) | ||
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC) | ||
@@ -20,3 +20,3 @@ | ||
### Installation | ||
## Installation | ||
@@ -35,41 +35,6 @@ Install `vaadin-cookie-consent`: | ||
## Running API docs and tests in a browser | ||
1. Fork the `vaadin-cookie-consent` repository and clone it locally. | ||
1. Make sure you have [node.js](https://nodejs.org/) 12.x installed. | ||
1. Make sure you have [npm](https://www.npmjs.com/) installed. | ||
1. When in the `vaadin-cookie-consent` directory, run `npm install` to install dependencies. | ||
1. Run `npm start`, browser will automatically open the component API documentation. | ||
1. You can also open visual tests, for example: | ||
- http://localhost:8000/test/visual/default.html | ||
## Running tests from the command line | ||
1. When in the `vaadin-cookie-consent` directory, run `npm test` | ||
## Debugging tests in the browser | ||
1. Run `npm run debug`, then choose manual mode (M) and open the link in browser. | ||
### Big Thanks | ||
Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com). | ||
## Following the coding style | ||
We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `gulp lint`, which will automatically lint all `.js` files. | ||
## Contributing | ||
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first. | ||
Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. | ||
## License | ||
@@ -76,0 +41,0 @@ |
@@ -56,3 +56,3 @@ /** | ||
static get version() { | ||
return '20.0.2'; | ||
return '20.0.3'; | ||
} | ||
@@ -59,0 +59,0 @@ |
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
30622
42