@touch4it/ical-timezones
Advanced tools
Comparing version 1.1.1 to 1.2.0
# ical-timezone Changelog | ||
## 1.2.0 (2020-03-16) | ||
- Updated dependencies | ||
## 1.1.1 (2019-12-12) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@touch4it/ical-timezones", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "iCal timezone component generator", | ||
@@ -14,3 +14,3 @@ "homepage": "https://github.com/touch4it/ical-timezones", | ||
"scripts": { | ||
"test": "jest", | ||
"test": "jest && npm run lint", | ||
"lint": "eslint *.js", | ||
@@ -37,6 +37,6 @@ "lint:fix": "eslint --fix *.js" | ||
"devDependencies": { | ||
"eslint": "^6.7.2", | ||
"eslint-config-touch4it": "^1.0.0", | ||
"jest": "^24.9.0" | ||
"eslint": "^6.8.0", | ||
"eslint-config-touch4it": "^3.2.1", | ||
"jest": "^25.1.0" | ||
} | ||
} |
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
230051