Skip to content

Commit

Permalink
Merge branch 'release/0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
shamasis committed Aug 22, 2016
2 parents f6cf91e + afc5425 commit bc1a496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packity",
"version": "0.3.1",
"version": "0.3.2",
"description": "Sanity test for installed node modules of a package",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion test/core-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('core local install', function () {
require('../index')({ path: './' }, function (err, result) {
expect(result.package).to.be.eql({
"name": "packity",
"version": "0.3.0",
"version": "0.3.2",
"dependencies": {
"async": "^1.4.2",
"colors": "^1.1.2",
Expand Down

0 comments on commit bc1a496

Please sign in to comment.