Repository: nifi-site Updated Branches: refs/heads/master 7a857a151 -> 4e88d6c7b
- Updating versions of dev dependencies. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/4e88d6c7 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/4e88d6c7 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/4e88d6c7 Branch: refs/heads/master Commit: 4e88d6c7b5d28b0dc602e2d2197eb5b280f17c2c Parents: 7a857a1 Author: Matt Gilman <[email protected]> Authored: Mon Apr 9 16:08:14 2018 -0400 Committer: Matt Gilman <[email protected]> Committed: Mon Apr 9 16:08:14 2018 -0400 ---------------------------------------------------------------------- .gitignore | 1 + Gruntfile.js | 2 +- package.json | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/4e88d6c7/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 4a8f655..470dc82 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ bower_components/ dist/ node_modules/ .sass-cache +package-lock.json http://git-wip-us.apache.org/repos/asf/nifi-site/blob/4e88d6c7/Gruntfile.js ---------------------------------------------------------------------- diff --git a/Gruntfile.js b/Gruntfile.js index 635eb3a..3dc57ee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -320,7 +320,7 @@ module.exports = function (grunt) { grunt.loadNpmTasks('grunt-contrib-clean'); grunt.loadNpmTasks('grunt-contrib-copy'); grunt.loadNpmTasks('grunt-contrib-concat'); - grunt.loadNpmTasks('assemble'); + grunt.loadNpmTasks('grunt-assemble'); grunt.loadNpmTasks('grunt-contrib-compass'); grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-exec'); http://git-wip-us.apache.org/repos/asf/nifi-site/blob/4e88d6c7/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index f299d4d..7bcb17e 100644 --- a/package.json +++ b/package.json @@ -8,16 +8,16 @@ "url": "http://git-wip-us.apache.org/repos/asf/nifi.git" }, "devDependencies": { - "assemble": "^0.4.42", - "grunt": "^0.4.5", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-compass": "^1.0.1", - "grunt-contrib-concat": "^0.5.0", - "grunt-contrib-copy": "^0.7.0", - "grunt-contrib-watch": "^0.6.1", - "grunt-exec": "^0.4.6", - "grunt-newer": "^1.1.0", - "grunt-prompt": "^1.3.0", + "grunt": "^1.0.2", + "grunt-assemble": "^0.6.3", + "grunt-contrib-clean": "^1.1.0", + "grunt-contrib-compass": "^1.1.1", + "grunt-contrib-concat": "^1.0.1", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-watch": "^1.0.0", + "grunt-exec": "^3.0.0", + "grunt-newer": "^1.3.0", + "grunt-prompt": "^1.3.3", "grunt-text-replace": "^0.4.0" }, "licenses": [
