- Linting: Lint hidden ncurc.js file

- Docs: Add 6.0.0.md migration file
- Docs: Update Contributing, Testing (renamed to Development), Linting and ReleaseInstructions
- Docs: Info on submodules
- npm: Add scripts for updating submodules
- npm: Add `license-badges`, `build-docs`, and `copy` scripts to `prepublishOnly` script
- npm: Bump to 6.0.0
This commit is contained in:
Brett Zamir
2020-02-22 11:38:33 +08:00
parent 105037ef79
commit 7c6f512512
13 changed files with 127 additions and 32 deletions

View File

@@ -18,7 +18,7 @@
dependency's updated new API
- `Refactoring: `
- `Linting (<type>):` - Linting by type, e.g., "ESLint"
- `Testing:`
- `Testing (<UI|Unit>):`
- `Build: `
- `npm` - Updates to dependencies, npm version, etc.
1. See [`Testing.md`](./Testing.md) for other information helpful for contributing.