Skip to content

Commit de425cb

Browse files
author
gmsoft
committed
修改css加载方式为css2js
1 parent 02e3e73 commit de425cb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

component.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.3.2",
33
"description": "The ngAnimate module provides support for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations via callback hooks.",
44
"name": "angular-animate",
55
"main": "angular-animate.js",
66
"dependencies": [
7-
"angular",
8-
"css"
7+
"angular"
98
],
109
"shim": {
1110
"angular-animate.js": {
12-
"deps": ["angular","css!angular-animate.css"],
11+
"deps": ["angular","angular-animate.css"],
1312
"exports": "'ngAnimate'"
1413
}
1514
}

0 commit comments

Comments
 (0)