We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e471da6 + 443688f commit d335122Copy full SHA for d335122
2 files changed
.github/workflows/release.yml
@@ -8,6 +8,14 @@ on:
8
jobs:
9
release:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
+ id-token: write
14
+ issues: write
15
+ repository-projects: write
16
+ deployments: write
17
+ packages: write
18
+ pull-requests: write
19
20
steps:
21
- uses: actions/checkout@v2
package.json
@@ -81,6 +81,9 @@
81
"typings-tester": "^0.3.1",
82
"webpack": "^5.76.3"
83
},
84
+ "publishConfig": {
85
+ "provenance": true
86
+ },
87
"files": [
88
"src",
89
"lib",
@@ -94,7 +97,7 @@
94
97
95
98
"repository": {
96
99
"type": "git",
- "url": "git+https://github.com/philpl/react-live.git"
100
+ "url": "https://github.com/FormidableLabs/react-live"
101
102
"engines": {
103
"npm": ">= 2.0.0",
0 commit comments