Skip to content

Commit 65a0325

Browse files
committed
reverted name of package back to "scratch-storage"
1 parent 63dd9b2 commit 65a0325

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

package-lock.json

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"scratch-paint": "github:CodeTorchNET/scratch-paint#develop",
9898
"scratch-render": "github:CodeTorchNET/scratch-render#develop",
9999
"scratch-vm": "github:CodeTorchNET/scratch-vm#develop",
100+
"scratch-storage": "github:CodeTorchNET/scratch-storage#develop",
100101
"showdown": "^2.1.0",
101102
"simplex-noise": "^4.0.3",
102103
"style-loader": "^0.23.0",

src/lib/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ScratchStorage from '@turbowarp/scratch-storage';
1+
import ScratchStorage from 'scratch-storage';
22

33
import defaultProject from './default-project';
44

0 commit comments

Comments
 (0)