We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7a85f commit 3813442Copy full SHA for 3813442
3 files changed
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-## v5.0.0
2
- - Fixed the issue that angular V5.x.x type error (#9).
+## v4.0.4
+ - Updated NPM Readme
3
4
## v4.0.3
5
- Default version is now 4.x.x
README.md
@@ -13,10 +13,6 @@ A simple publisher/subscriber service.
13
14
`npm i --save angular2-pubsub@2.0.6`
15
16
- if you use Angular version 5.x.x plase install from npm with 'next' tag.
17
-
18
-`npm i --save angular2-pubsub@next`
19
20
- Add module bundle to imports in your application.
21
```typescript
22
...
package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-pubsub",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "Pub/Sub service for Angular 2",
"main": "./umd/angular2-pubsub.js",
6
"module": "./esm/src/index.js",
0 commit comments