feat(package) finalize renaming

This commit is contained in:
nothingismagick 2019-09-06 21:26:28 +02:00 committed by GitHub
parent b08f35e14b
commit b64b730631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
{
"name": "@quasar/tauri",
"name": "@tauri-apps/tauri",
"version": "0.0.1-utility.8",
"description": "Multi-binding collection of libraries and templates for building Tauri",
"bin": {
"tauri": "mode/bin/tauri.js"
"tauri": "./mode/bin/tauri.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@ -11,14 +11,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/quasarframework/tauri.git"
"url": "git+https://github.com/tauri-apps/tauri.git"
},
"author": "Quasar Framework",
"author": "Tauri Apps",
"license": "MIT",
"bugs": {
"url": "https://github.com/quasarframework/tauri/issues"
"url": "https://github.com/tauri-apps/tauri/issues"
},
"homepage": "https://github.com/quasarframework/tauri#readme",
"homepage": "https://github.com/tauri-apps/tauri#readme",
"publishConfig": {
"access": "public"
},