chore: Update dependencies

This commit is contained in:
Louis LIN 2018-01-14 10:14:55 +01:00
parent 9d39f63288
commit a74f4ec36d
5 changed files with 2121 additions and 533 deletions

View File

@ -1,7 +1,7 @@
{
"name": "font-awesome-animation",
"description": "Simple animations using FontAwesome and some CSS3.",
"version": "0.1.1",
"version": "0.2.0",
"author": "l-lin",
"license": "MIT",
"main": [

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2544
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,24 +1,24 @@
{
"name": "font-awesome-animation",
"version": "0.1.0",
"version": "0.2.0",
"dependencies": {},
"author": "l-lin",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-express": "1.2.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-myth": "~0.2.0",
"load-grunt-config": "~0.7.2",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.0",
"express": "~3.0.4"
"express": "~4.16.2",
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-express": "~1.4.1",
"grunt-myth": "~1.1.0",
"jshint-stylish": "~2.2.1",
"load-grunt-config": "~0.19.2",
"load-grunt-tasks": "~3.5.2",
"time-grunt": "~0.2.0"
},
"engines": {
"node": ">=0.8.0"
"node": ">=6.0.0"
},
"scripts": {
"test": "grunt test"