@touch4it/ical-timezones
Advanced tools
Comparing version 0.0.2 to 0.0.3
# ical-timezone Changelog | ||
## 0.0.3 (2019-12-02) | ||
- Refactor change main script name to index | ||
## 0.0.2 (2019-12-02) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@touch4it/ical-timezones", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "iCal timezone component generator", | ||
@@ -9,3 +9,3 @@ "homepage": "https://github.com/touch4it/ical-timezones", | ||
}, | ||
"main": "app.js", | ||
"main": "index.js", | ||
"engines": { | ||
@@ -17,4 +17,3 @@ "node": "^8.0.0" | ||
"lint": "eslint *.js", | ||
"lint:fix": "eslint --fix *.js", | ||
"publish": "npm run lint && npm publish --access public" | ||
"lint:fix": "eslint --fix *.js" | ||
}, | ||
@@ -21,0 +20,0 @@ "keywords": [ |
# RFC 5545 VTIMEZONE iCalendar component generator | ||
Library to generate | ||
Library to generate VTIMEZONE iCalendar component | ||
@@ -5,0 +5,0 @@ ## Usage |
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
220855