Skip to content

Commit

Permalink
Bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Aug 2, 2015
1 parent 89a9ed2 commit fdc5c02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minio",
"version": "0.2.2",
"version": "0.2.3",
"description": "S3 compatible cloud storage client",
"main": "./dist/main/minio.js",
"scripts": {
Expand All @@ -21,19 +21,19 @@
"block-stream2": "^1.0.0",
"concat-stream": "^1.4.8",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^1.5.2",
"moment": "^2.10.3",
"source-map-support": "^0.2.10",
"through2": "^0.6.5",
"xml": "^1.0.0",
"xml-parser": "^1.2.0"
},
"devDependencies": {
"gulp-babel": "^5.1.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.0",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^1.5.2",
"jshint-stylish": "^2.0.1",
"mocha": "^2.2.5",
"nock": "^2.2.0",
Expand Down

0 comments on commit fdc5c02

Please sign in to comment.