This commit is contained in:
Sami Samhuri 2012-07-11 11:18:36 -07:00
parent 5ccbb46c81
commit 11b8a6246b

View file

@ -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": {}
} }