Skip to content

Commit

Permalink
chore: update dependencies and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoborges committed Nov 6, 2023
1 parent 878c54f commit baa13bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/CR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ concurrency:
group: "release"
cancel-in-progress: true

permissions:
id-token: write # to enable use of OIDC for npm provenance
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests

jobs:
release:
runs-on: "ubuntu-latest"
Expand All @@ -28,7 +22,7 @@ jobs:
persist-credentials: false

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: "npm"
node-version: 20
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
always-auth=true
provenance=true
access=public
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "react-native-flex",
"version": "1.0.0",
"description": "A react Hook for build elegant input masks. Compatible with React Hook Form",
"private": false,
"description": "A react-native component for build elegant flex grids like a pro.",
"author": "Eduardo Borges<euduardoborges@gmail.com>",
"type": "module",
"repository": "https://github.com/eduardoborges/react-native-flex.git",
"repository": {
"type": "git",
"url": "git+https://github.com/eduardoborges/react-native-flex.git"
},
"source": "./src/index.tsx",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit baa13bb

Please sign in to comment.