Skip to content

Commit 3022e1d

Browse files
Add Nicolas Coden to contributors.
1 parent bc0fdb8 commit 3022e1d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ npm install
157157
#### Contributors
158158
* [Sachin Choluur](https://github.com/sachinchoolur) (Original author)
159159
* [Roope Hakulinen](https://github.com/RoopeHakulinen) (Version 2)
160+
* [Nicolas Coden](https://github.com/ncoden)
160161

161162
#### License
162163
MIT © [Sachin Choluur](https://twitter.com/sachinchoolur)

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "2.3.0",
44
"homepage": "https://github.com/sachinchoolur/angular-flash",
55
"authors": [
6-
"Sachin N <[email protected]>"
6+
"Sachin N <[email protected]>",
7+
"Roope Hakulinen <[email protected]>",
8+
"Nicolas Coden <[email protected]>"
79
],
810
"description": "Flash messages for AngularJS and Bootstrap",
911
"main": ["dist/angular-flash.js", "dist/angular-flash.css"],

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"name": "Roope Hakulinen",
2626
"email": "[email protected]",
2727
"url": "https://github.com/RoopeHakulinen"
28+
},
29+
{
30+
"name": "Nicolas Coden",
31+
"email": "[email protected]",
32+
"url": "https://github.com/ncoden"
2833
}
2934
],
3035
"repository": {

0 commit comments

Comments
 (0)