Skip to content

Commit

Permalink
Removed old dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Oct 22, 2022
1 parent 3e0a10a commit 3e27220
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 212 deletions.
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
const gulp = require('gulp');

const cleanCSS = require('gulp-clean-css');
const concat = require('gulp-concat');
const inject = require('gulp-inject-string');
const merge = require('merge-stream');
const named = require('vinyl-named');
const rename = require('gulp-rename');
const replace = require('gulp-replace');
const shell = require('gulp-shell');
const terser = require('gulp-terser');
const ts = require('gulp-typescript');
const webpack = require('webpack-stream');

gulp.task('build:css:admin', function () {
Expand Down
206 changes: 0 additions & 206 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,10 @@
"eslint-plugin-deprecation": "^1.3.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-inject-string": "^1.1.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-shell": "^0.8.0",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^5.0.1",
"merge-stream": "^2.0.0",
"npm-run-all": "^4.1.5",
"stylelint": "^14.14.0",
Expand Down

0 comments on commit 3e27220

Please sign in to comment.