package.json is updated for latest version of libraries.

They works better, especially jshint.
(!) Please run `npm install` to update node_modules
This commit is contained in:
Лаврёнов Антон
2014-02-25 14:01:32 +08:00
parent 2055e864a6
commit a7ceaa8f24
2 changed files with 13 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
mocha.ui('tdd');
mocha.setup("bdd");
var assert = chai.assert,
kineticContainer = document.getElementById('kinetic-container'),
origAssertEqual = assert.equal,