forked from Aveek-Saha/view-counter-badge
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update project description, contributors and license
- Loading branch information
Showing
4 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
{ | ||
"private": true, | ||
"name": "view-counter", | ||
"name": "view-counter-badge", | ||
"version": "1.0.0", | ||
"description": "A template for kick starting a Cloudflare Workers project", | ||
"description": "Count how many visitors any page gets. A simple solution to add a view counter badge to your readme files or web page.", | ||
"scripts": { | ||
"deploy": "wrangler deploy", | ||
"dev": "wrangler dev", | ||
"format": "prettier --check *.{json,js} src/**/*.{js,ts}" | ||
}, | ||
"author": "Aveek Saha <[email protected]>", | ||
"contributors": [ | ||
"Aveek Saha <[email protected]>", | ||
"陳鈞 <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^4.20231010.0", | ||
|