@forter/directives
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.0.3](https://github.com/forter/web-components/compare/@forter/directives@3.0.2...@forter/directives@3.0.3) (2020-03-09) | ||
**Note:** Version bump only for package @forter/directives | ||
## [3.0.2](https://github.com/forter/web-components/compare/@forter/directives@3.0.1...@forter/directives@3.0.2) (2020-01-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@forter/directives", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "lit-html directives for Forter Components", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "65eec6a4fe17d685427bd44cd2c4878dcf42fe4f" | ||
"gitHead": "1075b4d09866edb0abd6dd1d991cd49b04ad340f" | ||
} |
/* eslint import/no-extraneous-dependencies: 0 */ | ||
import { fixture, html } from '@open-wc/testing-helpers'; | ||
import { expect } from 'chai'; | ||
import { expect, fixture, html } from '@open-wc/testing'; | ||
@@ -5,0 +4,0 @@ import { contains } from './contains'; |
/* eslint import/no-extraneous-dependencies: 0 */ | ||
import { fixture, html } from '@open-wc/testing-helpers'; | ||
import { expect } from 'chai'; | ||
import { expect, fixture, html } from '@open-wc/testing'; | ||
@@ -5,0 +4,0 @@ import { translate } from './translate'; |
/* eslint import/no-extraneous-dependencies: 0 */ | ||
import { fixture, html } from '@open-wc/testing-helpers'; | ||
import { expect } from 'chai'; | ||
import { expect, fixture, html } from '@open-wc/testing'; | ||
@@ -5,0 +4,0 @@ import { when } from './when'; |
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
49905
587