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 c268144 commit f0b6a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blear.core.hashbang",
"version": "1.1.0",
"version": "1.1.1",
"description": "hashbang #/",
"scripts": {
"live": "browser-sync start --config bs-config.js",
Expand Down Expand Up @@ -35,14 +35,14 @@
"bugs": {
"url": "https://github.com/blearjs/blear.core.hashbang/issues"
},
"dependencies": {},
"peerDependencies": {
"dependencies": {
"blear.utils.hashbang": "1.x",
"blear.utils.url": "1.x",
"blear.utils.access": "1.x",
"blear.utils.typeis": "1.x",
"blear.utils.object": "1.x"
},
"peerDependencies": {},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
Expand Down

0 comments on commit f0b6a39

Please sign in to comment.