Skip to content

Commit 0cc3487

Browse files
committed
Remove old gulp4 module and add new gulp. Add new package.json file.
1 parent 5b1f096 commit 0cc3487

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"type": "git",
55
"url": "https://github.com/NikolasMelui/multikey-modx-template.git"
66
},
7-
"version": "2.0.0",
7+
"version": "3.0.0",
88
"description": "Multikey Modx Template",
99
"main": "gulpfile.js",
1010
"scripts": {
11-
"dev": "NODE_ENV=development ./node_modules/.bin/gulp4",
11+
"dev": "NODE_ENV=development ./node_modules/.bin/gulp",
1212
"prod": "NODE_ENV=production ./node_modules/.bin/gulp"
1313
},
1414
"author": "NikolasMelui & Rinat Dav",
1515
"license": "ISC",
1616
"devDependencies": {
17-
"gulp4": "^4.0.3",
17+
"gulp": "gulpjs/gulp#4.0",
1818
"browser-sync": "^2.24.5",
1919
"gulp-autoprefixer": "^5.0.0",
2020
"gulp-cache": "^1.0.2",
@@ -29,8 +29,5 @@
2929
"gulp-sourcemaps": "^2.6.4",
3030
"gulp-uglify": "^3.0.0",
3131
"stream-combiner2": "^1.1.1"
32-
},
33-
"peerDependencies": {
34-
"gulp": ">=4"
3532
}
3633
}

0 commit comments

Comments
 (0)