Skip to content

Commit 55e3eb9

Browse files
author
Julian Kempff
committed
chore: version bump
1 parent 32e4b3c commit 55e3eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "vue3-styled-components",
3-
"version": "1.1.0",
3+
"version": "1.2.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",
77
"author": "Lorenzo Girardi",
88
"license": "MIT",
99
"bugs": {
10-
"url": "https://github.com/UX-and-I/vue-styled-components/issues"
10+
"url": "https://github.com/UX-and-I/vue3-styled-components/issues"
1111
},
1212
"scripts": {
1313
"build": "npm run build:lib && npm run build:dist",
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/UX-and-I/vue-styled-components.git"
29+
"url": "git+https://github.com/UX-and-I/vue3-styled-components.git"
3030
},
3131
"keywords": [
3232
"vue",

0 commit comments

Comments
 (0)