mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
3.30.4
This commit is contained in:
parent
e33419bd14
commit
aca5c65dc5
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-desktop",
|
"name": "scratch-desktop",
|
||||||
"version": "3.30.3",
|
"version": "3.30.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-desktop",
|
"name": "scratch-desktop",
|
||||||
"version": "3.30.3",
|
"version": "3.30.4",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"source-map-support": "^0.5.19"
|
"source-map-support": "^0.5.19"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"productName": "Scratch",
|
"productName": "Scratch",
|
||||||
"description": "Scratch 3.0 as a self-contained desktop application",
|
"description": "Scratch 3.0 as a self-contained desktop application",
|
||||||
"author": "Scratch Foundation",
|
"author": "Scratch Foundation",
|
||||||
"version": "3.30.3",
|
"version": "3.30.4",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./dist ./static/assets",
|
"clean": "rimraf ./dist ./static/assets",
|
||||||
|
|
Loading…
Reference in a new issue