Skip to content

Commit e98a9d3

Browse files
committed
修改依赖包的主文件
1 parent 0be1921 commit e98a9d3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

bower.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-simditor",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"homepage": "https://github.com/ghostboyzone/angular-simditor",
55
"authors": [
66
"ghostboyzone <[email protected]>"
@@ -23,5 +23,13 @@
2323
"angular": ">=1.2.0",
2424
"simditor": "~2.1.*",
2525
"simditor-html": "mycolorway/simditor-html#~1.0.0"
26+
},
27+
"overrides": {
28+
"simditor-html": {
29+
"main": [
30+
"lib/simditor-html.js",
31+
"styles/simditor-html.css"
32+
]
33+
}
2634
}
2735
}

0 commit comments

Comments
 (0)