There was an error while loading. Please reload this page.
1 parent 792f88e commit 510540fCopy full SHA for 510540f
2 files changed
.github/workflows/publish.yml
@@ -12,7 +12,6 @@ jobs:
12
with:
13
node-version: 16
14
registry-url: https://registry.npmjs.org/
15
- - run: npm publish --dry-run
16
- run: npm publish --access public
17
env:
18
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rebase-agency/cra-template",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"keywords": [
5
"react",
6
"create-react-app",
@@ -13,13 +13,13 @@
"url": "https://github.com/rebase-agency/cra-template"
},
"homepage": "https://github.com/rebase-agency/cra-template",
- "main": "template.json",
"author": "rebase",
"license": "MIT",
19
"engines": {
20
"node": ">=16"
21
22
"files": [
23
- "template.json"
+ "template.json",
+ "template"
24
]
25
}
0 commit comments