Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vsulak committed Dec 2, 2019
1 parent b7bb7c0 commit 22e258f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# RFC 5545 VTIMEZONE iCalendar component generator - zones generator

[Library](./lib/README.md)

[Generator](./generator/README.md)
9 changes: 9 additions & 0 deletions generator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# RFC 5545 VTIMEZONE iCalendar component generator - zones generator

Library to generate zones file for `@touch4it/ical-timezones` library

## Usage

```bash
node app.js
```
4 changes: 4 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ical-timezone Changelog

## 0.0.3 (2019-12-02)

- Refactor change main script name to index

## 0.0.2 (2019-12-02)

- Added package.json properties
Expand Down
2 changes: 1 addition & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RFC 5545 VTIMEZONE iCalendar component generator

Library to generate
Library to generate VTIMEZONE iCalendar component

## Usage

Expand Down
File renamed without changes.
File renamed without changes.
7 changes: 3 additions & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"name": "@touch4it/ical-timezones",
"version": "0.0.2",
"version": "0.0.3",
"description": "iCal timezone component generator",
"homepage": "https://github.com/touch4it/ical-timezones",
"bugs": {
"url" : "https://github.com/touch4it/ical-timezones/issues"
},
"main": "app.js",
"main": "index.js",
"engines": {
"node": "^8.0.0"
},
"scripts": {
"test": "jest",
"lint": "eslint *.js",
"lint:fix": "eslint --fix *.js",
"publish": "npm run lint && npm publish --access public"
"lint:fix": "eslint --fix *.js"
},
"keywords": [
"ical",
Expand Down

0 comments on commit 22e258f

Please sign in to comment.