Skip to content

Commit 2966b1f

Browse files
author
Luís Assunção
committed
chore: add repository metadata and bump version to 1.1.4
1 parent b90d333 commit 2966b1f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jquery-dynatable"
2222
],
2323
"type": "module",
24-
"version": "1.1.3",
24+
"version": "1.1.4",
2525
"name": "snap-records",
2626
"dependencies": {
2727
"dexie": "^4.0.11",
@@ -74,5 +74,13 @@
7474
"build:css": "sass src/scss/SnapRecords.scss dist/snap-records.css --style=compressed --source-map"
7575
},
7676
"description": "A powerful and flexible TypeScript data grid component for modern web applications. Features server-side data handling, multiple rendering modes, extensive customization, and full accessibility support.",
77-
"license": "MIT"
77+
"license": "MIT",
78+
"repository": {
79+
"type": "git",
80+
"url": "git+https://github.com/lbassuncao/SnapRecords.git"
81+
},
82+
"bugs": {
83+
"url": "https://github.com/lbassuncao/SnapRecords/issues"
84+
},
85+
"homepage": "https://github.com/lbassuncao/SnapRecords#readme"
7886
}

0 commit comments

Comments
 (0)