mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 21:51:55 -05:00
Update package name and version
This commit is contained in:
parent
505d7cc7e7
commit
2068dc50bb
2 changed files with 3 additions and 3 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-desktop",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "scratch-desktop",
|
||||
"productName": "Scratch 3.0 Desktop",
|
||||
"productName": "Scratch Desktop",
|
||||
"description": "Scratch 3.0 as a self-contained desktop application",
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"scripts": {
|
||||
"start": "electron-webpack dev --bail --display-error-details --env.minify=false",
|
||||
|
|
Loading…
Reference in a new issue