- Oct 24, 2016
-
-
Ray Schamp authored
Previously eslint ignored .jsx files :|
-
Ray Schamp authored
eslint-config-scratch: React + ES6 Edition
-
Ray Schamp authored
-
Ray Schamp authored
-
- Oct 23, 2016
-
-
Ray Schamp authored
node relevant at the root, but not in src. Broser relevant in src, but not in root.
-
Ray Schamp authored
null !== undefined
-
Ray Schamp authored
-
- Oct 22, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
- Oct 21, 2016
-
-
Ray Schamp authored
Pin React devDependencies, add peerDependencies
-
Ray Schamp authored
When the package is installed as a dependency, it should warn the installer that React is a peerDependency. When installed this way, the devDependencies won't be installed, so only one version of React will be present. However when it's installed as a standalone project, React should be installed automatically as a devDependency. I think this gives us the best of both worlds — simple development setup as well as supporting usage as an installed package.
-
Tim Mickel authored
Initial rough sprite/costume/backdrop libraries
-
- Oct 20, 2016
-
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
# Conflicts: # package.json # src/containers/gui.js
-
- Oct 19, 2016
-
-
Tim Mickel authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Makes local deployment easier
-
Ray Schamp authored
So that you can adjust them without redefining the entire GUI. Also allow adjusting props passed to GUIComponent.
-
Ray Schamp authored
So that it's easier to use these standalone.
-
Ray Schamp authored
`npm update` does what we want and is less hacky than removing the packages entirely first. Specify latest as the version so we always get the latest version even though I erroneously installed scratch-blocks@0.1.0.
-
- Oct 18, 2016
-
-
Ray Schamp authored
-
- Oct 17, 2016
-
-
Ray Schamp authored
And use instanceOf for the vm prop type
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-