Skip to content

Commit 4cf37bb

Browse files
committed
Release v2.1.2
1 parent 8dbc0f5 commit 4cf37bb

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jbinary",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "High-level I/O for binary data.",
55
"keywords": [
66
"parse",

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,29 @@
3636
"es6-promise": "*"
3737
},
3838
"devDependencies": {
39+
"chai": "^1.9.1",
3940
"grunt": "^0.4.5",
40-
"grunt-contrib-uglify": "^0.4.0",
41+
"grunt-bump": "0.0.13",
42+
"grunt-compare-size": "^0.4.0",
43+
"grunt-concat-sourcemap": "^0.4.1",
44+
"grunt-contrib-clean": "^0.5.0",
4145
"grunt-contrib-jshint": "^0.10.0",
42-
"load-grunt-config": "*",
46+
"grunt-contrib-uglify": "^0.4.0",
47+
"grunt-contrib-watch": "^0.6.1",
48+
"grunt-karma": "^0.8.3",
49+
"grunt-lintspaces": "^0.5.1",
4350
"grunt-mocha-test": "^0.10.2",
51+
"grunt-newer": "^0.7.0",
52+
"gzip-js": "^0.3.2",
53+
"jshint-stylish": "^0.2.0",
4454
"karma": "^0.12.16",
45-
"karma-firefox-launcher": "^0.1.3",
55+
"karma-chai": "^0.1.0",
4656
"karma-chrome-launcher": "^0.1.4",
47-
"karma-phantomjs-launcher": "^0.1.4",
57+
"karma-firefox-launcher": "^0.1.3",
4858
"karma-ie-launcher": "^0.1.5",
4959
"karma-mocha": "^0.1.3",
50-
"chai": "^1.9.1",
51-
"karma-chai": "^0.1.0",
52-
"grunt-karma": "^0.8.3",
53-
"grunt-contrib-watch": "^0.6.1",
54-
"grunt-bump": "0.0.14",
55-
"npm": "^1.4.13",
56-
"grunt-concat-sourcemap": "^0.4.1",
57-
"grunt-compare-size": "^0.4.0",
58-
"gzip-js": "^0.3.2",
59-
"jshint-stylish": "^0.2.0",
60-
"grunt-lintspaces": "^0.5.1",
61-
"grunt-contrib-clean": "^0.5.0",
62-
"grunt-newer": "^0.7.0"
60+
"karma-phantomjs-launcher": "^0.1.4",
61+
"load-grunt-config": "*",
62+
"npm": "^1.4.13"
6363
}
6464
}

0 commit comments

Comments
 (0)