- Fix wrongly applied commit
Fork editor to @studio/editor to get node-editor#13 into the project.
- Call callback when child process errors, pass 127 on ENOENT (Frederik Ring)
Developer tools changes (Maximilian Antoni):
- Use Studio Changes for releases
- Use eslint and adjust source style
- Adjust project name and URLs for fork
- Add
package-lock.json - Remove unused tab dependency and test script
- Change README style to match Studio projects
Previous releases published as editor:
- fix for node 0.10
- support for arguments in editor (Mathias Buus)
- fix the license
-
There is no such thing as MIT/X11 license (Jérémy Lal)
MIT usually refers to Expat. "X11 License", also called "MIT/X" is MIT + a paragraph about trademark.
-
add MIT license file (T.C. Hollingsworth)
- fix typeError (Dominic Tarr)
- use notepad on windows
- remove unnecessary
stdin.pipe() - pkginit-generated
package.json - use
__dirname - working example ripped out of pkginit