Skip to content

Commit a0abac8

Browse files
committed
feat: add ncc build
1 parent b7ff8d7 commit a0abac8

File tree

8 files changed

+42
-905
lines changed

8 files changed

+42
-905
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
bin
2+
bin
3+
lib

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<p align="center">🗓 Update a pinned gist to contain your anniversaries and countdown days (or hours)</p>
55
</p>
66

7+
[![Node.js CI](https://github.com/kf-liu/date-box/actions/workflows/node.yml/badge.svg)](https://github.com/kf-liu/date-box/actions/workflows/node.yml)
8+
[![Update gist with Date](https://github.com/kf-liu/date-box/actions/workflows/schedule.yml/badge.svg)](https://github.com/kf-liu/date-box/actions/workflows/schedule.yml)
9+
710
---
811

912
> 📌 This project is inspired by [waka-box](https://github.com/matchai/waka-box) and [lang-box](https://github.com/inokawa/lang-box).

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "date-box"
2+
author: "kf-liu"
23
description: "Update a pinned gist to contain your anniversaries and countdown days (or hours)"
34
branding:
45
icon: "calendar"

dist/counters.js

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)