From 608a6319ba6b9ec3bb1042491756595fbf149a49 Mon Sep 17 00:00:00 2001 From: Nicolas Riesco Date: Fri, 24 Mar 2017 21:39:54 +0000 Subject: [PATCH] package.json. Version 5.0.19 * Added executables: - `ijsinstall`: to install the IJavascript kernel with Jupyter - `ijsnotebook`: a wrapper around `jupyter notebook` - `ijsconsole`: a wrapper around `jupyter console` * Updated `README.md` and `doc/usage.md`. Closes #64, #68, #73, #79, #87, #91 and #96 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a2daf5..30dc1c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ijavascript", - "version": "5.0.18", + "version": "5.0.19", "description": "IJavascript is a Javascript kernel for the Jupyter notebook", "keywords": [ "javascript",