Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Move to next tag for @dojo deps (#336)
Browse files Browse the repository at this point in the history
* move to next tag for @dojo deps

* set the url to dojo.io
  • Loading branch information
agubler authored May 22, 2017
1 parent 5db1809 commit 9520bcc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"engines": {
"npm": ">=3.0.0"
},
"homepage": "http://dojotoolkit.org",
"homepage": "https://dojo.io",
"bugs": {
"url": "https://github.com/dojo/core/issues"
},
Expand All @@ -21,12 +21,12 @@
"test": "grunt test"
},
"peerDependencies": {
"@dojo/has": "beta1",
"@dojo/shim": "beta1"
"@dojo/has": "next",
"@dojo/shim": "next"
},
"devDependencies": {
"@dojo/interfaces": "beta1",
"@dojo/loader": "beta1",
"@dojo/interfaces": "next",
"@dojo/loader": "next",
"@types/benchmark": "~1.0.0",
"@types/chai": "~3.4.0",
"@types/formidable": "~1.0.0",
Expand All @@ -36,7 +36,7 @@
"benchmark": "^1.0.0",
"formidable": "1.0.17",
"grunt": "^1.0.1",
"grunt-dojo2": "beta1",
"grunt-dojo2": "latest",
"http-proxy": "0.10.3",
"intern": "^3.4.1",
"istanbul": "0.4.3",
Expand Down

0 comments on commit 9520bcc

Please sign in to comment.