Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Dec 19, 2016
1 parent d875b35 commit d7300a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "blear.utils.collection",
"version": "1.0.3",
"version": "1.0.4",
"description": "集合",
"scripts": {
"live": "browser-sync start --config bs-config.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
"bugs": {
"url": "https://github.com/blearjs/blear.utils.collection/issues"
},
"dependencies": {},
"peerDependencies": {
"dependencies": {
"blear.utils.typeis": "1.x",
"blear.utils.object": "1.x",
"blear.utils.array": "1.x"
},
"peerDependencies": {},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
Expand Down

0 comments on commit d7300a1

Please sign in to comment.