Skip to content

Commit 804dcaa

Browse files
committed
docs: update package & license links
1 parent f955fb3 commit 804dcaa

8 files changed

Lines changed: 48 additions & 26 deletions

File tree

frameworks/angular-slickgrid/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2017-present, Michael Leibman and Ghislain B.
2-
https://github.com/ghiscoding/Angular-Slickgrid
2+
https://github.com/ghiscoding/slickgrid-universal/
33

44
Permission is hereby granted, free of charge, to any person obtaining
55
a copy of this software and associated documentation files (the

frameworks/angular-slickgrid/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"license": "MIT",
1313
"author": "Ghislain B.",
14-
"homepage": "https://github.com/ghiscoding/slickgrid-universal/frameworks/angular-slickgrid",
14+
"homepage": "https://github.com/ghiscoding/slickgrid-universal/tree/master/frameworks/angular-slickgrid",
1515
"repository": {
1616
"type": "git",
1717
"url": "git+https://github.com/ghiscoding/slickgrid-universal.git",
@@ -20,6 +20,15 @@
2020
"bugs": {
2121
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
2222
},
23+
"publishConfig": {
24+
"access": "public",
25+
"directory": "dist"
26+
},
27+
"main": "src/public_api.ts",
28+
"funding": {
29+
"type": "ko_fi",
30+
"url": "https://ko-fi.com/ghiscoding"
31+
},
2332
"scripts": {
2433
"angular:dev": "ng serve --port 4300",
2534
"angular:cypress": "cypress open --config-file test/cypress.config.ts",
@@ -38,15 +47,6 @@
3847
"test": "ng test --watch",
3948
"test:coverage": "vitest --no-watch --coverage"
4049
},
41-
"publishConfig": {
42-
"access": "public",
43-
"directory": "dist"
44-
},
45-
"main": "src/public_api.ts",
46-
"funding": {
47-
"type": "ko_fi",
48-
"url": "https://ko-fi.com/ghiscoding"
49-
},
5050
"dependencies": {
5151
"@ngx-translate/core": "^16.0.4",
5252
"@slickgrid-universal/common": "workspace:*",
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) 2024-present, Ghislain B.
2+
https://github.com/ghiscoding/slickgrid-universal/
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

frameworks/aurelia-slickgrid/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@
99
"plugin",
1010
"slickgrid"
1111
],
12-
"homepage": "https://github.com/ghiscoding/aurelia-slickgrid",
12+
"homepage": "https://github.com/ghiscoding/slickgrid-universal/tree/master/frameworks/aurelia-slickgrid",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/ghiscoding/slickgrid-universal.git",
16+
"directory": "packages/aurelia-slickgrid"
17+
},
1318
"bugs": {
14-
"url": "https://github.com/ghiscoding/aurelia-slickgrid/issues"
19+
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
1520
},
1621
"license": "MIT",
1722
"author": "Ghislain B.",
@@ -29,11 +34,6 @@
2934
"./package.json": "./package.json"
3035
},
3136
"types": "./dist/index.d.ts",
32-
"repository": {
33-
"type": "git",
34-
"url": "git+https://github.com/ghiscoding/aurelia-slickgrid.git",
35-
"directory": "packages/aurelia-slickgrid"
36-
},
3737
"publishConfig": {
3838
"access": "public"
3939
},

frameworks/slickgrid-react/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2022-present, Michael Leibman and Ghislain B.
2-
https://github.com/ghiscoding/slickgrid-react
2+
https://github.com/ghiscoding/slickgrid-universal/
33

44
Permission is hereby granted, free of charge, to any person obtaining
55
a copy of this software and associated documentation files (the

frameworks/slickgrid-react/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
"./package.json": "./package.json"
2020
},
2121
"types": "./dist/index.d.ts",
22-
"homepage": "https://github.com/ghiscoding/slickgrid-react",
23-
"bugs": {
24-
"url": "https://github.com/ghiscoding/slickgrid-react/issues"
25-
},
22+
"homepage": "https://github.com/ghiscoding/slickgrid-universal/tree/master/frameworks/slickgrid-react",
2623
"repository": {
2724
"type": "git",
28-
"url": "git+https://github.com/ghiscoding/slickgrid-react.git"
25+
"url": "git+https://github.com/ghiscoding/slickgrid-universal.git",
26+
"directory": "packages/slickgrid-react"
27+
},
28+
"bugs": {
29+
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
2930
},
3031
"license": "MIT",
3132
"author": "Ghislain B.",

frameworks/slickgrid-vue/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2024-present, Ghislain B.
2-
https://github.com/ghiscoding/slickgrid-universal/frameworks/slickgrid-vue
2+
https://github.com/ghiscoding/slickgrid-universal/
33

44
Permission is hereby granted, free of charge, to any person obtaining
55
a copy of this software and associated documentation files (the

frameworks/slickgrid-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"datatable",
3030
"slickgrid"
3131
],
32-
"homepage": "https://github.com/ghiscoding/slickgrid-universal/frameworks/slickgrid-vue",
32+
"homepage": "https://github.com/ghiscoding/slickgrid-universal/tree/master/frameworks/slickgrid-vue",
3333
"repository": {
3434
"type": "git",
3535
"url": "git+https://github.com/ghiscoding/slickgrid-universal.git",

0 commit comments

Comments
 (0)