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 (#94)
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 f317961 commit cf8809a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@dojo/shim",
"version": "2.0.0-pre",
"description": "Modules that provide modular fills of ES6+ functionality",
"homepage": "http://dojotoolkit.org",
"homepage": "https://dojo.io",
"bugs": {
"url": "https://github.com/dojo/shim/issues"
},
Expand All @@ -21,16 +21,16 @@
"test": "grunt test"
},
"peerDependencies": {
"@dojo/has": "beta1"
"@dojo/has": "next"
},
"devDependencies": {
"@dojo/loader": "beta1",
"@dojo/loader": "next",
"@types/chai": "~3.4.0",
"@types/glob": "~5.0.0",
"@types/grunt": "~0.4.0",
"@types/node": "~6.0.49",
"grunt": "~1.0.1",
"grunt-dojo2": "beta1",
"grunt-dojo2": "latest",
"intern": "^3.4.1",
"istanbul": "^0.4.3",
"typescript": "~2.3.2"
Expand Down

0 comments on commit cf8809a

Please sign in to comment.