start using hyperjson from bower.io

This commit is contained in:
ansuz 2016-05-09 11:41:02 +02:00
parent 150ebaba7b
commit d2fa5e8f70
2 changed files with 4 additions and 2 deletions

View file

@ -30,6 +30,7 @@
"marked": "~0.3.5",
"rangy": "rangy-release#~1.3.0",
"json.sortify": "~2.1.0",
"fabric.js": "fabric#~1.6.0"
"fabric.js": "fabric#~1.6.0",
"hyperjson": "~1.1.0"
}
}

View file

@ -4,7 +4,7 @@ define([
'/common/messages.js',
'/common/crypto.js',
'/common/realtime-input.js',
'/common/hyperjson.js',
'/bower_components/hyperjson/hyperjson.js',
'/common/hyperscript.js',
'/common/toolbar.js',
'/common/cursor.js',
@ -37,6 +37,7 @@ define([
var module = window.REALTIME_MODULE = {
Hyperjson: Hyperjson,
Hyperscript: Hyperscript,
TextPatcher: TextPatcher,
logFights: true,
fights: []
};