Skip to content

Commit

Permalink
fixes to version number and release task
Browse files Browse the repository at this point in the history
  • Loading branch information
lmccart committed Oct 14, 2019
1 parent f5556e5 commit 11cab2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node --require @babel/register ./utils/sample-linter.js"
]
},
"version": "0.10.0",
"version": "0.10.1",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
Expand Down
2 changes: 1 addition & 1 deletion tasks/release/release-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = function(grunt) {
}
console.log(`Uploaded ${arr[0]}`);
count++;
if (count === 7) {
if (count === 5) {
done();
console.log('Released on GitHub!\n All done!');
}
Expand Down

0 comments on commit 11cab2e

Please sign in to comment.