Skip to content

Commit

Permalink
Merge 87552e6 into 26d4b8c
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Sep 5, 2022
2 parents 26d4b8c + 87552e6 commit 39c9ac1
Show file tree
Hide file tree
Showing 11 changed files with 8,125 additions and 6,587 deletions.
1 change: 1 addition & 0 deletions .releaserc.yml
Expand Up @@ -20,6 +20,7 @@ prepare:
- README.md
- package.json
- projects/ngx-sails/package.json
- projects/ngx-sails/package-lock.json
- package-lock.json

publish:
Expand Down
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -4,10 +4,16 @@ Used the abandoned [ngx-sails](https://github.com/brandom/ngx-sails) as a base.

## Installation

Angular 14:

```javascript
npm install @aloreljs/ngx-sails@~2.1.0 socket.io-client@^2.0.0
```

Angular 13:

```
npm install @aloreljs/ngx-sails@^2.0.0 socket.io-client@^2.0.0
npm install @aloreljs/ngx-sails@~2.0.0 socket.io-client@^2.0.0
```

## Configuration
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Expand Up @@ -37,6 +37,5 @@
}
}
}
},
"defaultProject": "ngx-sails"
}
}

0 comments on commit 39c9ac1

Please sign in to comment.