time-ago-dk 1.0.8 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,3 @@ console.log(timeAgo(new Date(Date.now() - 31536000000))); // "1 year ago"
39
39
  ## Contributing
40
40
 
41
41
  Contributions are welcome! Please open an issue or submit a pull request.
42
-
43
- ## License
44
-
45
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "time-ago-dk",
3
- "version": "1.0.8",
3
+ "version": "1.1.0",
4
4
  "description": "A tiny JavaScript utility to convert dates into human readable 'time ago' format.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",