@culturehq/add-to-calendar
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [0.2.0] - 2018-12-19 | ||
### Changed | ||
- Document the default wording using the `defaultProps` static value. | ||
## [0.1.0] - 2018-12-06 | ||
@@ -14,3 +18,4 @@ ### Added | ||
[Unreleased]: https://github.com/CultureHQ/add-to-calendar/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/CultureHQ/components/compare/d105a7...v0.1.0 | ||
[Unreleased]: https://github.com/CultureHQ/add-to-calendar/compare/0.2.0...HEAD | ||
[0.2.0]: https://github.com/CultureHQ/add-to-calendar/compare/v0.1.0...v0.2.0 | ||
[0.1.0]: https://github.com/CultureHQ/add-to-calendar/compare/d105a7...v0.1.0 |
{ | ||
"name": "@culturehq/add-to-calendar", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A small package for adding an event to a calendar.", | ||
"main": "dist/index.js", | ||
"main": "dist/AddToCalendar.js", | ||
"scripts": { | ||
@@ -30,5 +30,6 @@ "build": "yarn build:js && yarn build:docs", | ||
"@babel/cli": "^7.2.0", | ||
"@babel/core": "^7.2.0", | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@culturehq/eslint-config": "^0.2.0", | ||
"babel-core": "^7.0.0-0", | ||
@@ -38,5 +39,4 @@ "babel-eslint": "^10.0.1", | ||
"babel-loader": "^8.0.4", | ||
"css-loader": "^1.0.0", | ||
"eslint": "^5.9.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"css-loader": "^2.0.1", | ||
"eslint": "^5.10.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
@@ -48,5 +48,5 @@ "eslint-plugin-jsx-a11y": "^6.1.2", | ||
"react-dom": "^16.7.0-alpha.2", | ||
"react-testing-library": "^5.3.1", | ||
"react-testing-library": "^5.4.1", | ||
"style-loader": "^0.23.0", | ||
"webpack": "^4.27.0", | ||
"webpack": "^4.28.0", | ||
"webpack-cli": "^3.1.0", | ||
@@ -53,0 +53,0 @@ "webpack-dev-server": "^3.1.9" |
# @culturehq/add-to-calendar | ||
[![Package Version](https://img.shields.io/npm/v/@culturehq/add-to-calendar.svg)](https://www.npmjs.com/package/@culturehq/add-to-calendar) | ||
A small package for adding an event to a calendar. | ||
@@ -9,3 +11,3 @@ | ||
```jsx | ||
```javascript | ||
<AddToCalendar | ||
@@ -42,8 +44,4 @@ event={{ | ||
## Credit | ||
This package is | ||
## Testing locally | ||
You can run the tests by running `yarn test` and lint by running `yarn lint`. You can run the local server by running `yarn start` which will start the docs server on `http://localhost:8080`. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
14612
231
46
1