Skip to content

Commit

Permalink
Docs, bin: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cykelero committed Jun 29, 2022
1 parent d89c839 commit 8ce5972
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api-reference-source/meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tasklemon API",
"version": "0.4.2",
"version": "0.5.0",
"themeColor": "#63C917",
"logoPath": "[email protected]"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"bin": {
"lemon": "source/tasklemon.js",
"tasklemon-v0.3": "source/version-bin/tasklemon-v0.3.js",
"tasklemon-v0.4": "source/version-bin/tasklemon-v0.4.js"
"tasklemon-v0.4": "source/version-bin/tasklemon-v0.4.js",
"tasklemon-v0.5": "source/version-bin/tasklemon-v0.5.js"
},
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions source/version-bin/tasklemon-v0.5.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env node
/* Exposed on the PATH. Allows specifying Tasklemon version in a script's shebang. */

process.env.TASKLEMON_RUNTIME_VERSION = '0.5';
require('../tasklemon');

0 comments on commit 8ce5972

Please sign in to comment.