Skip to content

Commit

Permalink
Merge pull request #209 from mitmedialab/Intent_ProjectSTEM
Browse files Browse the repository at this point in the history
Intent project stem
  • Loading branch information
pmalacho-mit authored Dec 9, 2022
2 parents bb9ad17 + c6a8f77 commit 52e4baa
Show file tree
Hide file tree
Showing 376 changed files with 125,748 additions and 120,666 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ dist
.tern-port

.idea

# Scratch specific
*/package-lock.json
*/package.json
.venv
Pipfile

6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"packages/scratch-gui",
"packages/scratch-render",
"packages/scratch-vm"
"packages/*"
],
"version": "0.0.0"
}
}
Loading

0 comments on commit 52e4baa

Please sign in to comment.