Commit Graph

35 Commits

Author SHA1 Message Date
David Tesler 45118fd732
Merge pull request #11 from SkillFlowHQ/dependabot/npm_and_yarn/ws-5.2.3
Bump ws from 5.2.2 to 5.2.3
2021-11-26 15:06:27 -08:00
David Tesler 876ebdce3a
Merge pull request #10 from SkillFlowHQ/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.15 to 4.17.21
2021-11-26 15:05:51 -08:00
dependabot[bot] f40df13a9e
Bump ws from 5.2.2 to 5.2.3
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-26 20:54:59 +00:00
David Tesler 0d2e14ae77
Merge pull request #8 from pratikpc/patch-1 2021-11-26 12:54:35 -08:00
dependabot[bot] 2a977e7084
Bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 22:16:16 +00:00
Pratik Chowdhury 961d72670b
Added Bin to package.json [https://docs.npmjs.com/files/package.json#bin]
A lot of packages have one or more executable files that they’d like to install into the PATH. npm makes this pretty easy (in fact, it uses this feature to install the “npm” executable.)

To use this, supply a bin field in your package.json which is a map of command name to local file name. On install, npm will symlink that file into prefix/bin for global installs, or ./node_modules/.bin/ for local installs.

[https://docs.npmjs.com/files/package.json#bin](https://docs.npmjs.com/files/package.json#bin)
2020-09-01 10:15:16 +05:30
David Tesler a7fb3ac894
Merge pull request #4 from Almenon/master
update library to turndown & fix some issues
2019-12-24 12:21:56 -08:00
almenon cd4cb1b116 add note on examples to readme 2019-12-23 22:55:57 -08:00
almenon 2e7c94c970 add backticks for code blocks 2019-12-23 22:55:37 -08:00
almenon 2ed277dd96 add genExample command 2019-12-23 22:54:56 -08:00
almenon 0f6997f01b move examples to folder 2019-12-23 22:54:37 -08:00
almenon 7802f01c19 add example with code blocks 2019-12-23 22:53:15 -08:00
almenon 5b89df0e70 minor changes to make git diff better 2019-12-23 22:31:12 -08:00
almenon b6e4e16e60 add back converters from earlier 2019-12-23 22:26:04 -08:00
almenon c729d04a7a add internal vscode files to gitignore 2019-12-23 22:19:07 -08:00
almenon 26afb4d88b add todo 2019-12-22 16:58:32 -08:00
almenon d256e33683 get rid of weird hidden images 2019-12-22 16:35:57 -08:00
almenon b77384d8e7 update version to 0.0.3 2019-12-22 15:18:02 -08:00
almenon 65592f24c2 updated readme with command line usage 2019-12-22 15:17:38 -08:00
almenon 40db2ef3d8 fix relative urls 2019-12-22 15:11:59 -08:00
almenon 0ca1fe8606 add ability to run from command line 2019-12-22 15:11:27 -08:00
almenon 3237ccb1ef add example output 2019-12-22 15:11:03 -08:00
almenon d9fc8f5f0f #1 update library to turndown 2019-12-22 15:10:25 -08:00
David Tesler cd3dd4f180
Merge pull request #3 from WillKoehrsen/master
Fixed tag referring to article
2019-12-15 18:20:03 -08:00
WillKoehrsen 1410b56478 Fixed tag referring to article 2019-07-30 08:53:29 -04:00
David Tesler 4b2f3a7a22 bump npm version 2017-05-06 21:33:36 -07:00
David Tesler c5df980e31 avoid null in toMarkdown 2017-05-06 21:33:10 -07:00
David Tesler bbeca84a41 update npm version 2017-04-28 17:45:29 -07:00
David Tesler 3f7b598f61 add shields to README 2017-04-28 17:44:38 -07:00
David Tesler bcbde2801f add README.md 2017-04-28 17:40:40 -07:00
David Tesler 9505d1a214 update package.json 2017-04-28 17:39:28 -07:00
David Tesler 8083f0e6ad add license 2017-04-28 17:28:22 -07:00
David Tesler 123f61fa8d remove node_modules dir 2017-04-28 17:27:25 -07:00
David Tesler 2a9950d08d add .gitignore 2017-04-28 17:27:06 -07:00
David Tesler 9bd1ed72ce first commit 2017-04-28 17:26:30 -07:00