simple-calendar-js 3.0.12 → 3.0.13

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * SimpleCalendarJs v3.0.12 — simple-calendar-js.css
2
+ * SimpleCalendarJs v3.0.13 — simple-calendar-js.css
3
3
  * A clean, modern, and feature-rich JavaScript calendar component with zero dependencies
4
4
  *
5
5
  * @author Pedro Lopes <simplecalendarjs@gmail.com>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * SimpleCalendarJs v3.0.12
2
+ * SimpleCalendarJs v3.0.13
3
3
  * A clean, modern, and feature-rich JavaScript calendar component with zero dependencies
4
4
  *
5
5
  * @author Pedro Lopes <simplecalendarjs@gmail.com>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-calendar-js",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "A clean, modern, and feature-rich JavaScript calendar component with zero dependencies. Responsive design and intuitive navigation.",
5
5
  "main": "dist/simple-calendar-js.min.js",
6
6
  "style": "dist/simple-calendar-js.min.css",
@@ -9,7 +9,8 @@
9
9
  "frameworks/",
10
10
  "LICENSE",
11
11
  "README.md",
12
- "CHANGELOG.md"
12
+ "CHANGELOG.md",
13
+ "CONTRIBUTING.md"
13
14
  ],
14
15
  "scripts": {
15
16
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -41,8 +42,12 @@
41
42
  ],
42
43
  "author": "Pedro Lopes <simplecalendarjs@gmail.com> (https://www.simplecalendarjs.com)",
43
44
  "license": "SEE LICENSE IN LICENSE",
45
+ "repository": {
46
+ "type": "git",
47
+ "url": "https://github.com/pclslopes/SimpleCalendarJs.git"
48
+ },
44
49
  "bugs": {
45
- "url": "https://www.simplecalendarjs.com",
50
+ "url": "https://github.com/pclslopes/SimpleCalendarJs/issues",
46
51
  "email": "simplecalendarjs@gmail.com"
47
52
  },
48
53
  "homepage": "https://www.simplecalendarjs.com",