Skip to content

Commit

Permalink
ngx-responsive v6.0.0 - Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuCutillas committed May 5, 2018
1 parent 71071e2 commit 419e11b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $ cat .gitignore

# dependencies
node_modules
package-lock.json
examples/node_modules
expamples/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Superset of **RESPONSIVE DIRECTIVES** to show or hide items according to the size of the device screen and another features in Angular 6.

```
npm i ngx-responsive@6.0.0-beta --save
npm i ngx-responsive@6.0.0 --save
```

### If you use Angular 5 in your project use this version : 5.0.8
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "start http://localhost:4201 & ng serve -p 4201",
"start": "start http://localhost:4201 & ng serve --port 4201",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
Expand Down Expand Up @@ -47,4 +47,4 @@
"typescript": "2.7.2",
"@angular-devkit/build-angular": "~0.6.0"
}
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-responsive",
"version": "6.0.0-beta",
"version": "6.0.0",
"description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 5",
"main": "src/index.ts",
"scripts": {
Expand Down Expand Up @@ -49,7 +49,8 @@
"paulyipkh (https://github.com/paulyipkh)",
"mburger81 (https://github.com/mburger81)",
"Alyssa Brunswick (https://github.com/alyssabrunswick)",
"Quentin (https://github.com/bobbybobby)"
"Quentin (https://github.com/bobbybobby)",
"Thomas Christensen (https://github.com/tocDK)"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 419e11b

Please sign in to comment.