Skip to content

Commit 4ebe798

Browse files
committed
Fix typo
1 parent 0678ee5 commit 4ebe798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function increment(importance) {
7171
.pipe(git.commit('bump packages\' version'))
7272

7373
// read only one file to get the version number
74-
.pipe(filter('packages.json'))
74+
.pipe(filter('package.json'))
7575

7676
// **tag it in the repository**
7777
.pipe(tagVersion());

0 commit comments

Comments
 (0)