File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- ## v1.1.2
2- Added unit tests for the service and project restructure updated to use the benefits of webpack and bundling.
1+ ## v2.0.0
2+ - PubSubService moved into PubSubModule.
3+ - Added unit tests for the service and project restructure updated to use the benefits of webpack and bundling.
34
45## v1.1.1
56Recovery fix and added interfaces.
Original file line number Diff line number Diff line change 22
33A simple publisher/subscriber service.
44
5- ## Contributers
6-
7- - [ Semih KEŞKEK] ( http://github.com/sqlProvider )
8- - [ Mert SUSUR] ( http://github.com/msusur )
9-
105## Usage
116 - Import service in your codes or download via npm or bower.
127
@@ -117,3 +112,7 @@ npm run build
117112` ` `
118113Commands above will generate the ready to use bundles under the ` ./ dist ` folder.
119114
115+ ## Contributers
116+
117+ - [Semih KEŞKEK](http://github.com/sqlProvider)
118+ - [Mert SUSUR](http://github.com/msusur)
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-pubsub" ,
33 "description" : " Pub/Sub service for Angular 2" ,
4- "version" : " 1.1.2 " ,
4+ "version" : " 2.0.0 " ,
55 "main" : " ./umd/angular2-pubsub.js" ,
66 "authors" : [
77 " Semih KEŞKEK" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-pubsub" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " Pub/Sub service for Angular 2" ,
55 "main" : " ./umd/angular2-pubsub.js" ,
66 "module" : " ./esm/src/index.js" ,
2424 ],
2525 "author" : {
2626 "name" : " Semih KEŞKEK" ,
27- "email" : " keskeksmh@gmail.com"
27+ "email" : " keskeksmh@gmail.com" ,
28+ "url" : " http://github.com/sqlProvider"
2829 },
2930 "contributors" : [
3031 {
You can’t perform that action at this time.
0 commit comments