Skip to content

Commit fcbc5fe

Browse files
committed
Merge branch 'release/1.0.1'
2 parents 42caaf5 + a1e3ab3 commit fcbc5fe

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ To install this library, run:
88
$ npm install angular2-fusioncharts --save
99
```
1010

11-
## Consuming your library
12-
13-
Once you have published your library to npm, you can import your library in any Angular application by running:
14-
15-
```bash
16-
$ npm install angular2-fusioncharts
17-
```
18-
1911
and then from your Angular `AppModule`:
2012

2113
```typescript

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-fusioncharts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"build": "ngc -p tsconfig.json",
66
"lint": "tslint src/*.ts",

0 commit comments

Comments
 (0)