File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 77 "homepage" : " https://github.com/scratchfoundation/scratch-render#readme" ,
88 "repository" : {
99 "type" : " git" ,
10- "url" : " https://github.com/scratchfoundation/scratch-editor.git" ,
11- "sha" : " e593d13de19afe7250aacb252a93f8703f52a7a6"
10+ "url" : " https://github.com/scratchfoundation/scratch-editor.git"
1211 },
1312 "exports" : {
1413 "webpack" : " ./src/index.js" ,
2524 "start" : " webpack-dev-server" ,
2625 "tap" : " tap test/unit test/integration" ,
2726 "test" : " npm run lint && npm run docs && npm run build && npm run tap" ,
28- "version" : " json -f package.json -I -e \" this.repository.sha = '$(git log -n1 --pretty=format:%H)'\" " ,
2927 "watch" : " webpack --progress --watch --watch-poll"
3028 },
3129 "tap" : {
Original file line number Diff line number Diff line change 77 "homepage" : " https://github.com/scratchfoundation/scratch-vm#readme" ,
88 "repository" : {
99 "type" : " git" ,
10- "url" : " https://github.com/scratchfoundation/scratch-editor.git" ,
11- "sha" : " c916f9ce07065d4061177fdd9f3cca511dbc1d85"
10+ "url" : " https://github.com/scratchfoundation/scratch-editor.git"
1211 },
1312 "main" : " ./dist/node/scratch-vm.js" ,
1413 "browser" : " ./dist/web/scratch-vm.js" ,
3130 "tap:unit" : " tap ./test/unit/*.js" ,
3231 "tap:integration" : " tap ./test/integration/*.js" ,
3332 "test" : " npm run lint && npm run tap" ,
34- "watch" : " webpack --progress --watch" ,
35- "version" : " json -f package.json -I -e \" this.repository.sha = '$(git log -n1 --pretty=format:%H)'\" "
33+ "watch" : " webpack --progress --watch"
3634 },
3735 "browserslist" : [
3836 " Chrome >= 63" ,
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ set -e
4+
35ALL_PACKAGES="
46 scratch-gui \
57 scratch-render \
You can’t perform that action at this time.
0 commit comments