@shopify/dates
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -7,9 +7,11 @@ # Changelog | ||
<!-- Unreleased changes should go to UNRELEASED.md --> | ||
--- | ||
## [Unreleased] | ||
- Specify package has no `sideEffects` ([#1233](https://github.com/Shopify/quilt/pull/1233)) | ||
## [0.2.0] - 2019-09-13 | ||
## Added | ||
### Added | ||
@@ -16,0 +18,0 @@ - Add `isLessThanOneMinute`, `isLessThanOneHour`, `isLessThanOneDay`, `isLessThanOneWeek`, and `isLessThanOneYear` functions ([#989](https://github.com/Shopify/quilt/pull/989)) |
{ | ||
"name": "@shopify/dates", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"license": "MIT", | ||
@@ -11,2 +11,3 @@ "description": "Lightweight date operations library.", | ||
}, | ||
"sideEffects": false, | ||
"publishConfig": { | ||
@@ -17,14 +18,18 @@ "access": "public", | ||
"author": "Shopify Inc.", | ||
"repository": "https://github.com/shopify/quilt/tree/master/packages/dates", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Shopify/quilt.git", | ||
"directory": "packages/dates" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/shopify/quilt/issues" | ||
"url": "https://github.com/Shopify/quilt/issues" | ||
}, | ||
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/dates/README.md", | ||
"dependencies": { | ||
"@shopify/decorators": "^1.1.8", | ||
"@shopify/function-enhancers": "^1.0.8", | ||
"@shopify/decorators": "^1.1.9", | ||
"@shopify/function-enhancers": "^1.0.9", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
"@shopify/jest-dom-mocks": "^2.8.8" | ||
"@shopify/jest-dom-mocks": "^2.8.9" | ||
}, | ||
@@ -31,0 +36,0 @@ "files": [ |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
44584
0