npm updates

This commit is contained in:
yuri
2019-02-19 17:21:51 +02:00
parent 6397650183
commit 6922e942ba
3 changed files with 1742 additions and 474 deletions

View File

@@ -230,26 +230,6 @@ module.exports = function (grunt) {
}
},
replace: {
timestamp: {
options: {
patterns: [
{
match: 'timestamp',
replacement: '<%= new Date().getTime() %>'
}
]
},
files: [
{
src: 'build/tmp/html/main.html',
dest: 'build/tmp/html/main.html'
},
{
src: 'build/tmp/html/portal.html',
dest: 'build/tmp/html/portal.html'
}
]
},
version: {
options: {
patterns: [
@@ -304,5 +284,4 @@ module.exports = function (grunt) {
'chmod',
'clean:final'
]);
};

2171
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,17 +10,17 @@
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-replace": "~0.5.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~3.4.0",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-less": "~0.7.0",
"grunt-mkdir": "~0.1.1",
"grunt-contrib-compress": "~0.8.0",
"grunt-chmod": "~1.0.3",
"pofile": "~1.0.2"
"grunt": "~1.0.3",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-replace": "~1.0.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-less": "~2.0.0",
"grunt-mkdir": "~1.0.0",
"grunt-contrib-compress": "~1.4.3",
"grunt-chmod": "~1.1.0",
"pofile": "~1.0.11"
}
}