diff --git a/README.md b/README.md index 947320ca8..f0d868b1b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Timer can - support to set the maximum time for browsing a specific website each day to help you keey away from time wasting. - support to export files formatted _.csv_ and _.json_. - support dark mode. -- support to sync data with Github Gist across serveral browser clients. +- support to sync data with GitHub Gist across serveral browser clients. +- support to count the time of any URLs described by Ant Expressions, e.g. github.com/sheepzh/timer/** ## Install diff --git a/package.json b/package.json index f8dcac325..b71edcc80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timer", - "version": "1.7.0", + "version": "1.9.0", "description": "Web timer", "homepage": "https://github.com/sheepzh/timer", "scripts": { @@ -12,7 +12,11 @@ "test": "jest --env=jsdom", "test-c": "jest --coverage --env=jsdom" }, - "author": "zhy", + "author": { + "name": "zhy", + "email": "returnzhy1996@outlook.com", + "url": "https://www.github.com/sheepzh" + }, "license": "MIT", "devDependencies": { "@crowdin/crowdin-api-client": "^1.22.1", @@ -31,13 +35,14 @@ "eslint": "^8.36.0", "filemanager-webpack-plugin": "^8.0.0", "generate-json-webpack-plugin": "^2.0.0", + "html-webpack-plugin": "^5.5.1", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "mini-css-extract-plugin": "^2.7.5", "node-sass": "^8.0.0", "sass-loader": "^13.2.1", "style-loader": "^3.3.2", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "ts-loader": "^9.4.2", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.2", @@ -63,4 +68,4 @@ "engines": { "node": ">=16" } -} \ No newline at end of file +} diff --git a/public/app.html b/public/app.html index 99444ee94..fa7b305eb 100644 --- a/public/app.html +++ b/public/app.html @@ -3,12 +3,10 @@
- -