Skip to content

Commit aaa08b2

Browse files
author
Luís Assunção
committed
Package.JSON Updated.
1 parent 7706811 commit aaa08b2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"license": "MIT",
23
"keywords": [
34
"datatable",
45
"data-grid",
@@ -33,6 +34,14 @@
3334
"require": "./dist/snap-records.umd.js"
3435
}
3536
},
37+
"repository": {
38+
"type": "git",
39+
"url": "git+https://github.com/lbassuncao/SnapRecords.git"
40+
},
41+
"bugs": {
42+
"url": "https://github.com/lbassuncao/SnapRecords/issues"
43+
},
44+
"homepage": "https://github.com/lbassuncao/SnapRecords#readme",
3645
"devDependencies": {
3746
"@testing-library/dom": "^10.4.0",
3847
"@types/jest": "^30.0.0",
@@ -69,14 +78,5 @@
6978
"format": "prettier --write \"src/**/*.{js,ts,json,scss,md}\"",
7079
"build:css": "sass src/scss/SnapRecords.scss dist/snap-records.css --style=compressed --source-map"
7180
},
72-
"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.",
73-
"license": "MIT",
74-
"repository": {
75-
"type": "git",
76-
"url": "git+https://github.com/lbassuncao/SnapRecords.git"
77-
},
78-
"bugs": {
79-
"url": "https://github.com/lbassuncao/SnapRecords/issues"
80-
},
81-
"homepage": "https://github.com/lbassuncao/SnapRecords#readme"
81+
"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."
8282
}

0 commit comments

Comments
 (0)