Skip to content

Commit 1e0e89a

Browse files
committed
Update dev-dependencies
1 parent dd7bcf4 commit 1e0e89a

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Magento 2 Gulp integration
33
*
4-
* @see https://github.com/subodha/magento-2-gulp
4+
* @see https://github.com/subodha/magento-2-gulp#readme
55
* @see README.md for installation and how-to instructions
66
*/
77

package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
2-
"name": "magento-2-gulp",
3-
"version": "1.0.1",
4-
"description": "Gulp for Magento 2",
5-
"main": "gulpfile.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/subodha/magento-2-gulp.git"
9-
},
10-
"author": "Subodha Pathiraja",
11-
"homepage": "https://github.com/subodha/magento-2-gulp#readme",
12-
"devDependencies": {
13-
"gulp": "^3.9.0",
14-
"gulp-less": "^3.0.3",
15-
"gulp-sourcemaps": "^1.6.0",
16-
"gulp-cssmin": "^0.1.7",
17-
"gulp-if": "^2.0.0",
18-
"gulp-livereload": "^3.8.1",
19-
"underscore": "^1.7.0",
20-
"colors": "^1.1.2"
21-
}
2+
"name": "magento-2-gulp",
3+
"version": "1.1.0",
4+
"description": "Gulp for Magento 2",
5+
"main": "gulpfile.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/subodha/magento-2-gulp.git"
9+
},
10+
"author": "Subodha Pathiraja",
11+
"homepage": "https://github.com/subodha/magento-2-gulp#readme",
12+
"devDependencies": {
13+
"colors": "^1.3.0",
14+
"gulp": "^4.0.2",
15+
"gulp-cssmin": "^0.2.0",
16+
"gulp-if": "^2.0.2",
17+
"gulp-less": "^4.0.1",
18+
"gulp-livereload": "^3.8.1",
19+
"gulp-sourcemaps": "^1.12.1",
20+
"gulp-svg-sprites": "^4.1.2",
21+
"underscore": "^1.9.1"
22+
}
2223
}

0 commit comments

Comments
 (0)