Skip to content

Commit 2ef30c0

Browse files
committed
Use @aminya/jmp
1 parent 949e7bd commit 2ef30c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/zmq-kernel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Grammar } from "atom";
22
import { ChildProcess } from "child_process";
33
import fs from "fs";
4-
import { Message, Socket } from "jmp";
4+
import { Message, Socket } from "@aminya/jmp";
55
import { v4 } from "uuid";
66
import { launchSpec, launchSpecFromConnectionInfo } from "spawnteract";
77
import Config from "./config";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"atom-select-list": "^0.7.0",
7070
"escape-carriage": "^1.2.0",
7171
"escape-string-regexp": "^4.0.0",
72-
"jmp": "https://github.com/aminya/jmp",
72+
"@aminya/jmp": "2.0.2",
7373
"kernelspecs": "^2.0.0",
7474
"lodash": "^4.14.0",
7575
"mathjax-electron": "^3.0.0",

0 commit comments

Comments
 (0)