Skip to content

Commit

Permalink
Bumps version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timjroberts committed Feb 2, 2016
1 parent 8582408 commit db2547a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gulp-npmworkspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-npmworkspace",
"version": "1.1.4",
"version": "1.1.5",
"description": "Provides 'workspace' like utilities to simplify the link-ing and install-ing of npm packages during development.",
"author": "Tim Roberts <[email protected]>",
"license": "BSD",
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gulp.task("publish", function() {
.pipe(workspace.filter(function (packageDescriptor, packagePath) {
return !packageDescriptor.private
}))
.pipe(workspace.npmPublish({ bump: "patch" }));
.pipe(workspace.npmPublish({ shrinkWrap: false, bump: "patch" }));
});


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"isWorkspace": true,
"name": "gulp-npmworkspace",
"name": "gulp-npmworkspace-workspace",
"description": "Workspace for 'gulp-npmworkspace'.",
"license": "BSD",
"repository": {
Expand All @@ -12,7 +12,7 @@
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-npmworkspace": "1.1.4",
"gulp-npmworkspace": "1.1.5",
"cucumber": "~0.9.2",
"through2": "~2.0.0",
"rimraf": "^2.5.1",
Expand Down

0 comments on commit db2547a

Please sign in to comment.