This commit is contained in:
Christopher Willis-Ford 2019-01-08 11:32:20 -08:00
parent 94822649f8
commit 96cd6d5490
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-desktop", "name": "scratch-desktop",
"version": "1.2.0", "version": "1.2.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -3,7 +3,7 @@
"productName": "Scratch Desktop", "productName": "Scratch Desktop",
"description": "Scratch 3.0 as a self-contained desktop application", "description": "Scratch 3.0 as a self-contained desktop application",
"author": "Massachusetts Institute of Technology", "author": "Massachusetts Institute of Technology",
"version": "1.2.0", "version": "1.2.1",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"scripts": { "scripts": {
"start": "electron-webpack dev --bail --display-error-details --env.minify=false", "start": "electron-webpack dev --bail --display-error-details --env.minify=false",