@koobiq/angular-luxon-adapter 16.0.0-beta.16 → 16.0.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  koobiq Luxon Adapter
2
2
  =======
3
3
 
4
- The sources for this package are in the main [koobiq](https://github.com/positive-js/koobiq) repo.
4
+ The sources for this package are in the main [koobiq](https://github.com/koobiq/angular-components) repo.
5
5
 
6
6
  License: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/angular-luxon-adapter",
3
- "version": "16.0.0-beta.16",
3
+ "version": "16.0.0-beta.17",
4
4
  "description": "Koobiq Luxon Adapter",
5
5
  "keywords": [
6
6
  "moment",
@@ -12,7 +12,7 @@
12
12
  "license": "MIT",
13
13
  "peerDependencies": {
14
14
  "@mosaic-design/luxon-date-adapter": "^2.1.1",
15
- "@koobiq/components": "^16.0.0-beta.16"
15
+ "@koobiq/components": "^16.0.0-beta.17"
16
16
  },
17
17
  "dependencies": {
18
18
  "tslib": "^2.4.0"