Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit db38d30

Browse files
committed
Update contrib lists. Add web-components keyword to bower.json
1 parent e9496da commit db38d30

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

bower.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"homepage": "https://github.com/BTMorton/angular2-grid",
55
"authors": [
66
"Ben Morton <[email protected]> (http://bmorton.co.uk/)",
7-
"Martin Sikora (https://github.com/martinsik)"
7+
"Martin Sikora (https://github.com/martinsik)",
8+
"Daniel Pastor de la Fuenta (https://github.com/aebsubis)",
9+
"Frederik Schubert (https://github.com/frederikschubert)"
810
],
911
"description": "Grid-based drag/drop/resize directive plugin for Angular 2",
1012
"main": "NgGrid.ts",
@@ -18,7 +20,8 @@
1820
"grid",
1921
"drag",
2022
"drop",
21-
"resize"
23+
"resize",
24+
"web-components"
2225
],
2326
"license": "MIT",
2427
"ignore": [

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"author": "Ben Morton <[email protected]> (http://bmorton.co.uk/)",
2020
"contributors": [
2121
"Martin Sikora (https://github.com/martinsik)",
22-
"Daniel (Dani Pasta) Pastor de la Fuenta (https://github.com/aesubius)"
22+
{ "name": "Daniel (Dani Pasta) Pastor de la Fuenta", "url": "https://github.com/aebsubis" },
23+
"Frederik Schubert (https://github.com/frederikschubert)"
2324
],
2425
"license": "MIT",
2526
"bugs": {

0 commit comments

Comments
 (0)