File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 4
4
"type" : " git" ,
5
5
"url" : " https://github.com/NikolasMelui/multikey-modx-template.git"
6
6
},
7
- "version" : " 2 .0.0" ,
7
+ "version" : " 3 .0.0" ,
8
8
"description" : " Multikey Modx Template" ,
9
9
"main" : " gulpfile.js" ,
10
10
"scripts" : {
11
- "dev" : " NODE_ENV=development ./node_modules/.bin/gulp4 " ,
11
+ "dev" : " NODE_ENV=development ./node_modules/.bin/gulp " ,
12
12
"prod" : " NODE_ENV=production ./node_modules/.bin/gulp"
13
13
},
14
14
"author" : " NikolasMelui & Rinat Dav" ,
15
15
"license" : " ISC" ,
16
16
"devDependencies" : {
17
- "gulp4 " : " ^ 4.0.3 " ,
17
+ "gulp " : " gulpjs/gulp# 4.0" ,
18
18
"browser-sync" : " ^2.24.5" ,
19
19
"gulp-autoprefixer" : " ^5.0.0" ,
20
20
"gulp-cache" : " ^1.0.2" ,
29
29
"gulp-sourcemaps" : " ^2.6.4" ,
30
30
"gulp-uglify" : " ^3.0.0" ,
31
31
"stream-combiner2" : " ^1.1.1"
32
- },
33
- "peerDependencies" : {
34
- "gulp" : " >=4"
35
32
}
36
33
}
You can’t perform that action at this time.
0 commit comments