@scratch/scratch-vm 13.6.1 → 13.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -12
- package/dist/node/scratch-vm.js +1 -1
- package/dist/web/scratch-vm.js +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -104,17 +104,5 @@ npm test
|
|
|
104
104
|
npm run coverage
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
## Publishing to GitHub Pages
|
|
108
|
-
```bash
|
|
109
|
-
npm run deploy
|
|
110
|
-
```
|
|
111
|
-
|
|
112
|
-
This will push the currently built playground to the gh-pages branch of the
|
|
113
|
-
currently tracked remote. If you would like to change where to push to, add
|
|
114
|
-
a repo url argument:
|
|
115
|
-
```bash
|
|
116
|
-
npm run deploy -- -r <your repo url>
|
|
117
|
-
```
|
|
118
|
-
|
|
119
107
|
## Donate
|
|
120
108
|
We provide [Scratch](https://scratch.mit.edu) free of charge, and want to keep it that way! Please consider making a [donation](https://secure.donationpay.org/scratchfoundation/) to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you!
|