Ready to release

This commit is contained in:
Angelos Chalaris
2018-01-02 23:16:02 +02:00
parent 3eaf920db2
commit b74994e4f0
3 changed files with 2110 additions and 2110 deletions

4216
README.md

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
},
"name": "30-seconds-of-code",
"description": "A collection of useful JavaScript snippets.",
"version": "0.0.0",
"version": "0.0.1",
"main": "dist/_30s.js",
"module": "dist/_30s.esm.js",
"scripts": {

View File

@ -11,6 +11,6 @@
- Snippets are written in ES6, use the [Babel transpiler](https://babeljs.io/) to ensure backwards-compatibility.
- You can import these snippets into your text editor of choice (VSCode, Atom, Sublime) using the files found in [this repo](https://github.com/Rob-Rychs/30-seconds-of-code-texteditorsnippets).
- You can import these snippets into Alfred 3, using [this file](https://github.com/lslvxy/30-seconds-of-code-alfredsnippets).
- You can find a package with all the snippets on [npm](https://www.npmjs.com/package/tsoc). Bear in mind that most of these snippets are not production-ready.
- You can find a package with all the snippets on [npm](https://www.npmjs.com/package/30-seconds-of-code). Bear in mind that most of these snippets are not production-ready.
## Table of Contents