File tree Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Magento 2 Gulp integration
3
3
*
4
- * @see https://github.com/subodha/magento-2-gulp
4
+ * @see https://github.com/subodha/magento-2-gulp#readme
5
5
* @see README.md for installation and how-to instructions
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
{
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
+ }
22
23
}
You can’t perform that action at this time.
0 commit comments