diff --git a/package.json b/package.json index 643c04cc5..b3eeea829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "semantic-ui", - "version" : "1.9.5", + "version" : "1.9.0", "title" : "Semantic UI", "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage" : "http://www.semantic-ui.com", diff --git a/tasks/config/npm/gulpfile.js b/tasks/config/npm/gulpfile.js index da08403ca..1a13e01b9 100644 --- a/tasks/config/npm/gulpfile.js +++ b/tasks/config/npm/gulpfile.js @@ -29,7 +29,7 @@ var ---------------*/ gulp.task('default', false, [ - 'check install' + 'watch' ]); gulp.task('watch', 'Watch for site/theme changes', watch);