Skip to content

Commit

Permalink
feat: support basic ng-add
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Feb 7, 2020
1 parent b274936 commit 80a3aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -110,6 +110,8 @@ The complete matcher list includes:

## Installation

Using the CLI: `ng add ngx-speculoos`

Using npm: `npm install --save-dev ngx-speculoos`

Using yarn: `yarn add --dev ngx-speculoos`
Expand Down
3 changes: 3 additions & 0 deletions projects/ngx-speculoos/package.json
Expand Up @@ -20,5 +20,8 @@
"author": "Ninja Squad",
"bugs": {
"url": "https://github.com/Ninja-Squad/ngx-speculoos/issues"
},
"ng-add": {
"save": "devDependencies"
}
}

0 comments on commit 80a3aac

Please sign in to comment.