Skip to content

Commit

Permalink
shoring up package details before first release
Browse files Browse the repository at this point in the history
  • Loading branch information
JPTomorrow committed Dec 13, 2022
1 parent 25f995a commit dd6ac28
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 143 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "tauri-desktop-app",
"name": "json-toml-yaml-converter",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"scripts": {
"dev": "next dev -p 1420",
"build": "tauri build",
"tauri-dev": "tauri dev"
"tauri-build": "tauri build",
"tauri-dev": "tauri dev",
"build": "next build && next export -o dist"
},
"dependencies": {
"@tauri-apps/api": "^1.1.0",
Expand Down
22 changes: 11 additions & 11 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "tauri-desktop-app"
version = "0.0.0"
name = "json-toml-yaml-converter"
version = "1.0.0"
description = "A Tauri App"
authors = ["you"]
authors = ["Justin Morrow"]
license = ""
repository = ""
edition = "2021"
Expand Down
10 changes: 5 additions & 5 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"withGlobalTauri": false
},
"package": {
"productName": "tauri-desktop-app",
"version": "0.0.0"
"productName": "json-toml-yaml Converter",
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.tauri.dev",
"longDescription": "",
"identifier": "json.toml.yaml.converter",
"longDescription": "A program that converts either JSON, TOML, or YAML files, and converts it two the other two files types.",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
Expand Down Expand Up @@ -71,7 +71,7 @@
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "tauri-desktop-app",
"title": "JSON | TOML | YAML Converter",
"width": 800
}
]
Expand Down
51 changes: 0 additions & 51 deletions test/Cargo.json

This file was deleted.

28 changes: 0 additions & 28 deletions test/Cargo.toml

This file was deleted.

37 changes: 0 additions & 37 deletions test/Cargo.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions ws.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

0 comments on commit dd6ac28

Please sign in to comment.