Using npx for running gulp (#3938)

This commit is contained in:
Aaron Powell
2019-01-01 01:10:31 +11:00
committed by Sebastiaan Janssen
parent 884eaf50c3
commit 0e56f2035d
3 changed files with 2327 additions and 1147 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -42,14 +42,15 @@
"@babel/core": "7.1.6",
"@babel/preset-env": "7.1.6",
"autoprefixer": "9.3.1",
"gulp-clean-css": "4.0.0",
"cssnano": "4.1.7",
"gulp": "3.9.1",
"gulp": "^3.9.1",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.0.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "2.6.1",
"gulp-connect": "5.6.1",
"gulp-eslint": "^5.0.0",
"gulp-imagemin": "5.0.3",
"gulp-imagemin": "^4.1.0",
"gulp-less": "4.0.1",
"gulp-ngdocs": "0.3.0",
"gulp-open": "3.0.1",
@@ -65,8 +66,8 @@
"karma-phantomjs-launcher": "1.0.4",
"less": "3.9.0",
"lodash": "4.17.11",
"marked": "^0.5.2",
"merge-stream": "1.0.1",
"run-sequence": "2.2.1",
"marked": "^0.5.2"
"run-sequence": "2.2.1"
}
}