Skip to content

Commit 533247b

Browse files
committed
achore: include publishConfig
1 parent 8c4b48e commit 533247b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: '16'
19-
- name: Install Node.js dependencies
19+
- name: 🛠 Install Node.js dependencies
2020
run: npm install
21-
- name: '🚀 Publish'
21+
- name: 🚀 Publish
2222
run: npm publish --access public
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "vertical-timeline-component-react",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A simple component for create a vertical timeline with React",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",
77
"types": "./lib/esm/index.d.ts",
88
"files": [
99
"/lib"
1010
],
11+
"publishConfig": {
12+
"registry": "https://registry.npmjs.org/"
13+
},
1114
"repository": "https://github.com/Proskynete/vertical-timeline-component-react",
1215
"author": {
1316
"name": "Eduardo Esteban Álvarez Castañeda",

0 commit comments

Comments
 (0)