Skip to content

Commit 510540f

Browse files
author
Victoria Kapitonenko
committed
chore(fix): files for publish
1 parent 792f88e commit 510540f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
with:
1313
node-version: 16
1414
registry-url: https://registry.npmjs.org/
15-
- run: npm publish --dry-run
1615
- run: npm publish --access public
1716
env:
1817
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rebase-agency/cra-template",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"keywords": [
55
"react",
66
"create-react-app",
@@ -13,13 +13,13 @@
1313
"url": "https://github.com/rebase-agency/cra-template"
1414
},
1515
"homepage": "https://github.com/rebase-agency/cra-template",
16-
"main": "template.json",
1716
"author": "rebase",
1817
"license": "MIT",
1918
"engines": {
2019
"node": ">=16"
2120
},
2221
"files": [
23-
"template.json"
22+
"template.json",
23+
"template"
2424
]
2525
}

0 commit comments

Comments
 (0)