Skip to content

Commit

Permalink
Merge branch 'develop' into feat/ruby-download-button
Browse files Browse the repository at this point in the history
  • Loading branch information
takaokouji authored Aug 17, 2024
2 parents e9f96d6 + 28a3963 commit 68783fe
Show file tree
Hide file tree
Showing 69 changed files with 31,110 additions and 23,629 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"messagesDir": "./translations/messages/"
}]],
"presets": [
["@babel/preset-env", {"targets": {"browsers": ["last 3 versions", "Safari >= 8", "iOS >= 8"]}}],
"@babel/preset-env",
"@babel/preset-react"
]
}
10 changes: 7 additions & 3 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
last 3 versions
Safari >= 8
iOS >= 8
# See https://scratch.mit.edu/faq
Chrome >= 63
Edge >= 15
Firefox >= 57
Safari >= 11
Android >= 63
iOS >= 11
355 changes: 0 additions & 355 deletions .circleci/config.yml

This file was deleted.

14 changes: 8 additions & 6 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
node_modules/*
build/*
dist/*
static/javascripts/*
opal/*
coverage/*
/node_modules/
/build/
/dist/
/test/
/src/examples/
/static/javascripts/
/opal/
/coverage/
Loading

0 comments on commit 68783fe

Please sign in to comment.