Browse Source

Fixed package.json - devDependencies

pull/15/head
Boyan Rabchev 10 years ago
parent
commit
137c5a68a1
  1. 1
      package.json
  2. 2
      public/wetty/hterm_all.js

1
package.json

@ -18,7 +18,6 @@
}, },
"description": "Wetty = Web + tty. Terminal access in browser over http/https ", "description": "Wetty = Web + tty. Terminal access in browser over http/https ",
"main": "app.js", "main": "app.js",
"devDependencies": {},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/krishnasrinivas/wetty.git" "url": "git://github.com/krishnasrinivas/wetty.git"

2
public/wetty/hterm_all.js

@ -16044,7 +16044,7 @@ lib.resource.add('hterm/audio/bell', 'audio/ogg;base64',
); );
lib.resource.add('hterm/concat/date', 'text/plain', lib.resource.add('hterm/concat/date', 'text/plain',
'сб, 28 мар 2015 14:29:28 +0000' + 'Fri, 03 Apr 2015 09:02:15 +0000' +
'' ''
); );

Loading…
Cancel
Save