@entur/dropdown
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.5.7](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.6...@entur/dropdown@0.5.7) (2020-02-05) | ||
### Bug Fixes | ||
- remove test-files from build process ([e0b24af](https://bitbucket.org/enturas/design-system/commits/e0b24af05d5c2ad8de4ae587d83c389495235890)) | ||
## [0.5.6](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.5...@entur/dropdown@0.5.6) (2020-01-31) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@entur/dropdown", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"license": "EUPL-1.2", | ||
@@ -20,3 +20,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"start": "tsdx watch", | ||
"start": "tsdx watch --noClean", | ||
"build": "tsdx build", | ||
@@ -31,10 +31,10 @@ "test": "tsdx test --env=jsdom", | ||
"dependencies": { | ||
"@entur/a11y": "^0.2.11", | ||
"@entur/form": "^2.3.0", | ||
"@entur/tokens": "^1.1.4", | ||
"@entur/utils": "^0.2.2", | ||
"@entur/a11y": "^0.2.12", | ||
"@entur/form": "^2.3.1", | ||
"@entur/tokens": "^1.2.0", | ||
"@entur/utils": "^0.2.3", | ||
"classnames": "^2.2.6", | ||
"downshift": "^4.0.1" | ||
}, | ||
"gitHead": "faa5f854e797dc58f324608d8dc731fff81b0bbb" | ||
"gitHead": "ab2bc021ed303ae2c941aa99616817932403b2ba" | ||
} |
Sorry, the diff of this file is not supported yet
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
168319
25
1275
Updated@entur/a11y@^0.2.12
Updated@entur/form@^2.3.1
Updated@entur/tokens@^1.2.0
Updated@entur/utils@^0.2.3