Skip to content

Commit 22db4d8

Browse files
author
Julian Kempff
committed
chore: prepare release on npm
1 parent 9f6a088 commit 22db4d8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
- run: npm test
2020
- run: npm build
2121

22-
publish-gpr:
22+
publish-npm:
2323
needs: build
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-node@v1
2828
with:
2929
node-version: 12
30-
registry-url: https://npm.pkg.github.com/
30+
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- run: npm publish
3333
env:
34-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
34+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ It has been refactored to work with Vuejs 3. Changes are too large to merge them
44

55
Also, we'll have to see how the update path will work for Vuejs 2.x dependencies. This is a very quick, as-is-port of vue-styled-components, meaning it will only provide the functionality we need, until vue-styled-components hopefully has found its own path to Vuejs 3.
66

7-
Please note that the package name has been changed to `@ux-and-i/vue3-styled-components` to avoid any name collisions.
7+
Please note that the package name has been changed to `vue3-styled-components` to avoid any name collisions.
88

99
---
1010

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@ux-and-i/vue3-styled-components",
3-
"version": "0.0.2",
2+
"name": "vue3-styled-components",
3+
"version": "1.0.0",
44
"description": "Visual primitives for the component age. A simple port of styled-components 💅 for Vue",
55
"main": "lib/index.js",
66
"module": "dist/vue-styled-components.es.js",

0 commit comments

Comments
 (0)