Skip to content

Commit

Permalink
deps: use ^
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Jun 3, 2016
1 parent 08a5160 commit 2605614
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
9 changes: 6 additions & 3 deletions .autod.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
write: true,
prefix: '~',
devprefix: '^',
prefix: '^',
devdep: [
'mocha',
'autod',
Expand All @@ -13,6 +12,10 @@ module.exports = {
exclude: [
'dist',
'browser.js',
'publish.js'
'publish.js',
'shims',
],
test: [
'browser-build.js'
],
};
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,43 +42,43 @@
"homepage": "https://github.com/aliyun/oss-nodejs-sdk",
"devDependencies": {
"aliasify": "^2.0.0",
"autod": "^2.4.2",
"autod": "^2.6.1",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^6.6.1",
"babelify": "^7.2.0",
"babelify": "^7.3.0",
"bluebird": "^3.1.5",
"browserify": "^13.0.0",
"browserify": "^13.0.1",
"co-fs": "^1.2.0",
"crypto-browserify": "^1.0.9",
"filereader": "^0.10.3",
"git-pre-hooks": "^1.2.0",
"istanbul": "^0.4.2",
"istanbul": "^0.4.3",
"mm": "^1.3.5",
"mocha": "^2.4.2",
"should": "^8.2.0",
"thunk-mocha": "^1.0.2",
"mocha": "^2.5.3",
"should": "^9.0.0",
"thunk-mocha": "^1.0.3",
"uglify-js": "^2.6.2"
},
"dependencies": {
"address": "~1.0.0",
"agentkeepalive": "~2.1.1",
"co": "~4.6.0",
"co-defer": "~1.0.0",
"copy-to": "~2.0.1",
"address": "^1.0.0",
"agentkeepalive": "^2.1.1",
"co": "^4.6.0",
"co-defer": "^1.0.0",
"copy-to": "^2.0.1",
"dateformat": "^1.0.12",
"debug": "~2.2.0",
"destroy": "~1.0.4",
"end-or-error": "~1.0.1",
"get-ready": "~1.0.0",
"humanize-ms": "~1.2.0",
"is-type-of": "~1.0.0",
"merge-descriptors": "~1.0.1",
"mime": "~1.3.4",
"platform": "~1.3.1",
"sdk-base": "~2.0.1",
"urllib": "~2.9.1",
"utility": "~1.8.0",
"xml2js": "~0.4.16"
"debug": "^2.2.0",
"destroy": "^1.0.4",
"end-or-error": "^1.0.1",
"get-ready": "^1.0.0",
"humanize-ms": "^1.2.0",
"is-type-of": "^1.0.0",
"merge-descriptors": "^1.0.1",
"mime": "^1.3.4",
"platform": "^1.3.1",
"sdk-base": "^2.0.1",
"urllib": "^2.9.1",
"utility": "^1.8.0",
"xml2js": "^0.4.16"
}
}

0 comments on commit 2605614

Please sign in to comment.