Skip to content

Commit

Permalink
feat: changes for Content-Security-Policy CSP #255
Browse files Browse the repository at this point in the history
  • Loading branch information
Cordobo committed Jul 25, 2024
1 parent 3b8b5aa commit 23f0881
Show file tree
Hide file tree
Showing 13 changed files with 1,610 additions and 435 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
- name: Install
- name: Install
run: npm install
- name: Build
run: npm run ci:build:lib && npm run ci:build:app && ls && cd dist/angularx-qrcode
- name: Publish
- name: Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'dist/demo-app'
path: "dist/demo-app"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ npm install [email protected] --save
# Or with yarn
yarn add [email protected]
```

**Angular 16 and Ionic with angularx-qrcode 16**

```
Expand All @@ -47,17 +48,11 @@ npm install [email protected] --save
yarn add [email protected]
```

**Angular 15 and Ionic with angularx-qrcode 15**

```
npm install [email protected] --save
# Or with yarn
yarn add [email protected]
```

**Older supported angular versions**

```
# angular 15 and Ionic
npm install [email protected] --save
# angular 14 and Ionic
npm install [email protected] --save
# angular 13 and Ionic
Expand Down
Loading

0 comments on commit 23f0881

Please sign in to comment.