Skip to content

Commit

Permalink
Version 5.2.1
Browse files Browse the repository at this point in the history
* Fixed installation using [email protected] (#255)

* Replaced TravisCI with tests run in docker containers (#252).

  Examples:

    * To build a docker image:
      $ make -C docker build-node-0.10

    * To build all docker images:
      $ make -C docker build

    * To rebuild a docker image:
      $ make -C docker rebuild-node-0.12

    * To rebuild all docker images:
      $ make -C docker rebuild

    * To run tests in a docker container:
      $ make -C docker test-node-16

    * To run tests in all the docker containers:
      $ make -C docker test
      or:
      $ npm t

    * To open a shell in docker container:
      $ make -C docker shell-latest

* Updated installation instructions.
  • Loading branch information
n-riesco committed Nov 15, 2021
1 parent 835f071 commit 7011c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ijavascript",
"version": "5.2.0",
"version": "5.2.1",
"description": "IJavascript is a Javascript kernel for the Jupyter notebook",
"keywords": [
"javascript",
Expand Down

0 comments on commit 7011c92

Please sign in to comment.