Skip to content

Commit 822a6c6

Browse files
committed
Updated dependencies; Fixes serratus#78
1 parent 7be30a6 commit 822a6c6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gruntfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = function(grunt) {
1212
}
1313
});
1414

15-
grunt.loadNpmTasks('grunt-requirejs');
1615
grunt.loadNpmTasks('grunt-karma');
1716

1817
grunt.loadTasks('tasks');

package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quagga",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "An advanced barcode-scanner written in JavaScript",
55
"main": "lib/quagga.js",
66
"browser": "dist/quagga.min.js",
@@ -9,30 +9,28 @@
99
"babel-core": "^5.8.25",
1010
"babel-eslint": "^4.1.3",
1111
"babel-loader": "^5.3.2",
12-
"chai": "^1.10.0",
12+
"chai": "^3.4.1",
1313
"core-js": "^1.2.1",
1414
"grunt": "^0.4.5",
15-
"grunt-contrib-jshint": "^0.11.3",
1615
"grunt-contrib-nodeunit": "^0.4.1",
17-
"grunt-contrib-uglify": "^0.9.2",
1816
"grunt-karma": "^0.12.1",
19-
"grunt-requirejs": "^0.4.2",
2017
"isparta-loader": "^1.0.0",
2118
"karma": "^0.13.9",
2219
"karma-chai": "0.1.0",
2320
"karma-chrome-launcher": "^0.2.0",
2421
"karma-coverage": "^0.5.2",
2522
"karma-mocha": "~0.2.0",
2623
"karma-phantomjs-launcher": "^0.2.1",
27-
"karma-requirejs": "~0.2.2",
24+
"karma-sinon-chai": "^1.1.0",
2825
"karma-sinon": "^1.0.4",
2926
"karma-sinon-chai": "~0.2.0",
3027
"karma-source-map-support": "^1.1.0",
3128
"karma-webpack": "^1.7.0",
3229
"mocha": "^2.3.2",
3330
"phantomjs": "^1.9.18",
3431
"sinon": "^1.16.1",
35-
"webpack": "^1.12.2"
32+
"webpack": "^1.12.2",
33+
"webpack-core": "^0.6.8"
3634
},
3735
"directories": {
3836
"doc": "doc"
@@ -65,6 +63,9 @@
6563
],
6664
"author": "Christoph Oberhofer <[email protected]>",
6765
"license": "MIT",
66+
"engines":{
67+
"node": ">= 4.0"
68+
},
6869
"dependencies": {
6970
"get-pixels": "^3.2.3",
7071
"gl-matrix": "^2.3.1",

0 commit comments

Comments
 (0)