mirror of
https://github.com/samsonjs/repl-edit.git
synced 2026-03-25 09:25:49 +00:00
0.9.5
This commit is contained in:
parent
5ccbb46c81
commit
11b8a6246b
1 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "repl-edit",
|
"name": "repl-edit",
|
||||||
"description": "Edit code in the repl using a real text editor",
|
"description": "Edit code in the repl using a real text editor",
|
||||||
"version": "0.9.4",
|
"version": "0.9.5",
|
||||||
"homepage": "http://samhuri.net/proj/repl-edit",
|
"homepage": "http://samhuri.net/proj/repl-edit",
|
||||||
"author": "Sami Samhuri <sami@samhuri.net>",
|
"author": "Sami Samhuri <sami@samhuri.net>",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -29,5 +29,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {}
|
"devDependencies": {},
|
||||||
|
"optionalDependencies": {}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue