File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " Graphical User Interface for creating and running Scratch 3.0 projects" ,
55 "author" : " Massachusetts Institute of Technology" ,
66 "license" : " GPL-3.0" ,
7- "homepage" : " https://github.com/LLK/ scratch-gui#readme " ,
7+ "homepage" : " https://crispstrobe. github.io/ scratch-gui" ,
88 "repository" : {
99 "type" : " git" ,
1010 "url" : " https://github.com/LLK/scratch-gui.git"
1111 },
1212 "main" : " ./dist/scratch-gui.js" ,
1313 "scripts" : {
1414 "build" : " npm run clean && webpack --colors --bail" ,
15+ "postinstall" : " patch-package" ,
1516 "clean" : " rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist" ,
16- "deploy" : " touch build/.nojekyll && gh-pages -t - d build -m \" [skip ci] Build for $(git log --pretty=format:%H -n1) \" " ,
17+ "deploy" : " gh-pages -d build" ,
1718 "prepublish" : " node scripts/prepublish.mjs" ,
1819 "prune" : " ./prune-gh-pages.sh" ,
1920 "i18n:push" : " tx-push-src scratch-editor interface translations/en.json" ,
You can’t perform that action at this time.
0 commit comments