Skip to content

Commit

Permalink
Upgraded gulp-less to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-cea committed Feb 14, 2015
1 parent ee830f4 commit 902cf03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"browser-sync": "^1.8.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-less": "^2.0.1",
"gulp-less": "^3.0.0",
"gulp-notify": "^2.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-util": "^3.0.1",
Expand Down
8 changes: 6 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "material-ui-example",
"version": "0.0.1",
"version": "0.7.0",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"scripts": {
"start": "gulp"
},
Expand All @@ -20,7 +24,7 @@
"browserify": "^7.0.3",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-less": "^2.0.1",
"gulp-less": "^3.0.0",
"gulp-notify": "^2.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-util": "^3.0.1",
Expand Down

0 comments on commit 902cf03

Please sign in to comment.