Skip to content

Commit f33c01a

Browse files
committed
updating pkg name and docs links 📦📚
1 parent cf35225 commit f33c01a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

demo/Header.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
4040
const link = `<a
4141
style="color: white"
42-
href="https://github.com/shubhamzanwar/vue-nodegui">
42+
href="https://github.com/nodegui/vue-nodegui">
4343
docs
4444
</a>`;
4545

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "vue-nodegui",
2+
"name": "@nodegui/vue-nodegui",
33
"version": "0.0.1",
44
"description": "library to render native desktop applications using vue js",
55
"main": "dist/index.js",
6+
"typings": "dist/index.d.ts",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1",
89
"lint": "eslint --ext ts .",
@@ -12,7 +13,7 @@
1213
},
1314
"repository": {
1415
"type": "git",
15-
"url": "git+https://github.com/shubhamzanwar/vue-nodegui.git"
16+
"url": "git+https://github.com/nodegui/vue-nodegui.git"
1617
},
1718
"keywords": [
1819
"vue",
@@ -23,9 +24,9 @@
2324
"author": "Shubham Zanwar",
2425
"license": "ISC",
2526
"bugs": {
26-
"url": "https://github.com/shubhamzanwar/vue-nodegui/issues"
27+
"url": "https://github.com/nodegui/vue-nodegui/issues"
2728
},
28-
"homepage": "https://github.com/shubhamzanwar/vue-nodegui#readme",
29+
"homepage": "https://github.com/nodegui/vue-nodegui#readme",
2930
"dependencies": {
3031
"@nodegui/nodegui": "^0.24.0",
3132
"@vue/compiler-core": "^3.0.0-rc.10",

0 commit comments

Comments
 (0)