Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Jul 10, 2015
1 parent a732a48 commit 8db5914
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "sphere-products-availability-sync",
"description": "Sync product variants availability to an extra field (in order to be searchable)",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://github.com/sphereio/sphere-products-availability-sync",
"private": false,
"author": {
Expand All @@ -27,27 +27,27 @@
"test": "grunt coverage"
},
"dependencies": {
"bluebird": "2.3.x",
"bluebird": "2.9.33",
"lynx": "0.2.0",
"optimist": "0.6.1",
"sphere-node-sdk": "1.0.0-rc1",
"sphere-node-utils": "0.5.2",
"underscore": "1.7.0",
"sphere-node-sdk": "1.4.0",
"sphere-node-utils": "0.7.0",
"underscore": "1.8.3",
"underscore-mixins": "*"
},
"devDependencies": {
"coveralls": "2.10.0",
"grunt": "0.4.4",
"grunt": "0.4.5",
"grunt-bump": "0.0.13",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "0.10.1",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-watch": "0.6.1",
"grunt-shell": "0.6.4",
"istanbul": "0.2.7",
"jasmine-node": "1.13.1",
"sphere-coffeelint": "git://github.com/sphereio/sphere-coffeelint.git#master",
"jasmine-node": "1.14.5",
"sphere-coffeelint": "sphereio/sphere-coffeelint#master",
"statsd": "0.7.x"
}
}

0 comments on commit 8db5914

Please sign in to comment.