Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and gkatsev committed Dec 12, 2017
1 parent 4867fba commit 322b285
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .babelrc
@@ -0,0 +1,9 @@
{
"presets": [
["babel-preset-env", {
"targets": {
"node": "4"
}
}]
]
}
2 changes: 1 addition & 1 deletion Gruntfile.js
@@ -1,4 +1,4 @@
require('babel/register');
require('babel-register');

module.exports = function(grunt) {
require('time-grunt')(grunt);
Expand Down
11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -19,15 +19,16 @@
},
"homepage": "https://github.com/videojs/font",
"devDependencies": {
"babel": "^5.4.7",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"evil-icons": "^1.7.6",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.0.0",
"load-grunt-tasks": "^3.2.0",
"lodash": "^3.9.3",
"lodash": "^4.17.0",
"material-design-icons": "^3.0.1",
"time-grunt": "^1.2.1",
"webfonts-generator": "^0.2.4"
"webfonts-generator": "^0.3.5"
}
}

0 comments on commit 322b285

Please sign in to comment.