Browse Source

Fix gulp mistake

pull/1785/head
jlukic 9 years ago
parent
commit
02ac6f7e24
2 changed files with 2 additions and 2 deletions
  1. 2
      package.json
  2. 2
      tasks/config/npm/gulpfile.js

2
package.json

@ -1,6 +1,6 @@
{ {
"name" : "semantic-ui", "name" : "semantic-ui",
"version" : "1.9.5",
"version" : "1.9.0",
"title" : "Semantic UI", "title" : "Semantic UI",
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "http://www.semantic-ui.com", "homepage" : "http://www.semantic-ui.com",

2
tasks/config/npm/gulpfile.js

@ -29,7 +29,7 @@ var
---------------*/ ---------------*/
gulp.task('default', false, [ gulp.task('default', false, [
'check install'
'watch'
]); ]);
gulp.task('watch', 'Watch for site/theme changes', watch); gulp.task('watch', 'Watch for site/theme changes', watch);

Loading…
Cancel
Save