Skip to content

Commit

Permalink
- Updating versions of dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgilman committed Apr 9, 2018
1 parent 7a857a1 commit 4e88d6c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -22,3 +22,4 @@ bower_components/
dist/
node_modules/
.sass-cache
package-lock.json
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -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');
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -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": [
Expand Down

0 comments on commit 4e88d6c

Please sign in to comment.