accessible-autocomplete
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,2 +7,6 @@ # CHANGELOG | ||
## 1.0.1 - 2017-05-12 | ||
- Update `style` property in package.json to reflect updated filename. | ||
## 1.0.0 - 2017-05-10 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "accessible-autocomplete", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/accessible-autocomplete.min.js", | ||
"style": "dist/styled.min.css", | ||
"style": "dist/accessible-autocomplete.min.css", | ||
"description": "An autocomplete component, built to be accessible.", | ||
@@ -39,3 +39,3 @@ "repository": "alphagov/accessible-autocomplete", | ||
"babel-eslint": "^7.0.0", | ||
"babel-loader": "^6.2.5", | ||
"babel-loader": "^7.0.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
@@ -50,3 +50,3 @@ "babel-plugin-transform-react-jsx": "^6.8.0", | ||
"coveralls": "^2.13.1", | ||
"cross-env": "^3.1.3", | ||
"cross-env": "^5.0.0", | ||
"csso-cli": "^1.0.0", | ||
@@ -68,6 +68,6 @@ "dotenv": "^4.0.0", | ||
"replace-bundle-webpack-plugin": "^1.0.0", | ||
"sinon": "^1.17.5", | ||
"sinon": "^2.2.0", | ||
"sinon-chai": "^2.8.0", | ||
"source-map-loader": "^0.1.5", | ||
"standard": "^8.6.0", | ||
"source-map-loader": "^0.2.1", | ||
"standard": "^10.0.2", | ||
"v8-lazy-parse-webpack-plugin": "^0.3.0", | ||
@@ -74,0 +74,0 @@ "wdio-mocha-framework": "^0.5.10", |
@@ -7,2 +7,3 @@ # Accessible autocomplete | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/alphagov/accessible-autocomplete.svg)](https://greenkeeper.io/) | ||
[![gzip size](http://img.badgesize.io/https://unpkg.com/accessible-autocomplete/dist/accessible-autocomplete.min.js?compression=gzip)](https://unpkg.com/accessible-autocomplete/dist/accessible-autocomplete.min.js) | ||
@@ -9,0 +10,0 @@ |
Sorry, the diff of this file is not supported yet
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
404140
261