Skip to content

Commit

Permalink
Merge pull request #115 from JsDaddy/fix/readme
Browse files Browse the repository at this point in the history
fix(no-ref): remove section with hooks
  • Loading branch information
NepipenkoIgor authored Mar 27, 2024
2 parents a1d93ba + 2a30eee commit 2703312
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 78 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ You can also try our NGX LOADER INDICATOR [check](https://www.npmjs.com/package/
$ npm install --save ngx-copypaste
```

## Setup hooks
```bash
$ npm run init:hooks
```

## Quickstart if ngx-copypaste version >= 15.0.0

Pay attention this version works for angular >= 14.0.0
Expand Down
156 changes: 85 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@
"postcss-scss": "4.0.9",
"prettier": "3.2.5",
"puppeteer": "^22.6.1",
"stylelint": "16.3.0",
"stylelint": "16.3.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-prettier": "5.0.0",
"typescript": "5.4.3"
},
"typeCoverage": {
"atLeast": 98,
"atLeast": 92,
"ignoreObject": true,
"ignoreAsAssertion": true,
"ignoreTypeAssertion;": true,
Expand Down

0 comments on commit 2703312

Please sign in to comment.