-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d772324
commit 64ddfe9
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
"name": "daandelange/simplestats", | ||
"description": "Very minimal visitor analytics for your kirby3 website.", | ||
"type": "kirby-plugin", | ||
"version": "0.3.1-beta", | ||
"version": "0.4.0-beta", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Daan de Lange", | ||
"email": "[email protected]" | ||
"role": "Developer" | ||
} | ||
], | ||
"keywords": [ | ||
|
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,9 +1,9 @@ | ||
{ | ||
"name": "SimpleStats", | ||
"version": "0.3.1-beta", | ||
"version": "0.4.0-beta", | ||
"description": "Simple analytics for your kirby website.", | ||
"main": "index.js", | ||
"author": "Daan de Lange <[email protected]>", | ||
"author": "Daan de Lange", | ||
"license": "MIT", | ||
"repository": "https://github.com/Daandelange/kirby3-simplestats", | ||
"scripts": { | ||
|