Skip to content

Commit 11cab2e

Browse files
committed
fixes to version number and release task
1 parent f5556e5 commit 11cab2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"node --require @babel/register ./utils/sample-linter.js"
3232
]
3333
},
34-
"version": "0.10.0",
34+
"version": "0.10.1",
3535
"devDependencies": {
3636
"@babel/core": "^7.4.0",
3737
"@babel/preset-env": "^7.4.2",

tasks/release/release-github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = function(grunt) {
7979
}
8080
console.log(`Uploaded ${arr[0]}`);
8181
count++;
82-
if (count === 7) {
82+
if (count === 5) {
8383
done();
8484
console.log('Released on GitHub!\n All done!');
8585
}

0 commit comments

Comments
 (0)