mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-01-14 01:00:30 +08:00
chore: Update dependencies
This commit is contained in:
parent
9d39f63288
commit
a74f4ec36d
@ -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": [
|
||||
|
72
dist/font-awesome-animation.css
vendored
72
dist/font-awesome-animation.css
vendored
File diff suppressed because one or more lines are too long
8
dist/font-awesome-animation.min.css
vendored
8
dist/font-awesome-animation.min.css
vendored
File diff suppressed because one or more lines are too long
2544
package-lock.json
generated
2544
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user