Updated for Transfer.sh v1.3.0

This commit is contained in:
2021-11-18 21:39:00 +01:00
parent ca20cdcfd9
commit e072470ccf
30 changed files with 11243 additions and 1128 deletions

View File

@@ -5,12 +5,12 @@
"wiredep": "^4.0.0"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt": ">=1.0.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
@@ -18,8 +18,8 @@
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-include-replace": "^2.0.0",
"grunt-includes": "^0.4.5",
"grunt-include-replace": "^5.0.0",
"grunt-includes": "^1.1.0",
"grunt-npm-command": "^0.1.2",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "^6.0.0",
@@ -30,6 +30,6 @@
"time-grunt": "~1.0.0"
},
"engines": {
"node": ">=0.8.0"
"node": "^10.22.1"
}
}