Skip to content

Commit 3d7cf35

Browse files
winddiesnighca
winddies
authored andcommitted
New sdk (#317)
qiniu-js 2.0
1 parent 2576d4a commit 3d7cf35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+3367
-7867
lines changed

.babelrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"presets": [
3+
[
4+
"env",
5+
{
6+
"loose": true,
7+
"targets": {
8+
"browsers": ["last 2 versions", "ie >= 8"]
9+
}
10+
}
11+
]
12+
],
13+
"plugins": ["transform-runtime"]
14+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ node_modules
33
bower_components
44
demo/config.js
55
deploy.sh
6+
npm-debug.log
7+
dist
8+
test/config.json

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ node_js:
44
cache:
55
directories:
66
- node_modules
7-
- bower_components
87
install:
98
- npm install
10-
- bower install
119
script:
12-
- make build
10+
- npm run build:prod
1311
deploy:
1412
provider: npm
1513

Makefile

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 361 additions & 723 deletions
Large diffs are not rendered by default.

bower.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

demo/scripts/formdata.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

demo/scripts/highlight.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo/scripts/http-performance.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)