jlto 1.5.3 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,6 +145,10 @@ module.exports = {
|
|
|
145
145
|
|
|
146
146
|
Tests are written using Jest and Node's `assert` module. To run them, invoke `npm test`.
|
|
147
147
|
|
|
148
|
+
## Further Reading
|
|
149
|
+
|
|
150
|
+
[Why You Should Write Open Source Code and How It Helps Your Career](https://explainme.online/article/why-you-should-write-open-source-code-and-how-it-helps-your-career)
|
|
151
|
+
|
|
148
152
|
## License
|
|
149
153
|
|
|
150
154
|
JLTO is available under the [MIT license](https://opensource.org/licenses/MIT), see the LICENSE file for more information.
|