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

@ -2,19 +2,19 @@
"name": "KineticJS",
"version": "5.0.1",
"devDependencies": {
"grunt-contrib-jshint": "0.5.4",
"grunt-contrib-nodeunit": "0.1.2",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-jshint": "0.8.0",
"grunt-contrib-nodeunit": "0.3.2",
"grunt-contrib-uglify": "0.3.2",
"grunt-contrib-concat": "0.3.0",
"grunt-replace": "0.4.4",
"grunt-contrib-clean": "0.4.1",
"mocha": "1.12.0",
"chai": "1.7.2",
"phantomjs": "1.9.1-8",
"mocha-phantomjs": "3.1.2",
"grunt-cli": "0.1.9",
"grunt": "0.4.1",
"connect": "2.9.0",
"grunt-replace": "0.6.2",
"grunt-contrib-clean": "0.5.0",
"mocha": "1.17.1",
"chai": "1.9.0",
"phantomjs": "1.9.7-1",
"mocha-phantomjs": "3.3.2",
"grunt-cli": "0.1.13",
"grunt": "0.4.2",
"connect": "2.13.0",
"grunt-contrib-copy": "~0.5.0"
},
"readmeFilename": "README.md",

View File

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