Skip to content

Commit 0a4c295

Browse files
committed
add bower.json
1 parent 9e866dd commit 0a4c295

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

bower.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "deep-uploader",
3+
"version": "0.1.0",
4+
"homepage": "https://github.com/deepdevelop/DeepUploader",
5+
"authors": [
6+
"greatghoul <[email protected]>"
7+
],
8+
"description": "",
9+
"main": "dist/deep_uploader.js",
10+
"moduleType": [],
11+
"license": "MIT",
12+
"ignore": [
13+
"**/.*",
14+
"node_modules",
15+
"bower_components",
16+
"test",
17+
"tests"
18+
]
19+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "deep_uploader",
3-
"version": "1.0.0",
2+
"name": "deep-uploader",
3+
"version": "0.1.0",
44
"description": "七牛直传组件",
55
"main": "dist/deep_uploader.js",
66
"scripts": {

0 commit comments

Comments
 (0)