From d270920fe4cf4b9ee2ed14a90c042f1f4b1a62f8 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sat, 31 Oct 2015 20:51:32 +0000 Subject: [PATCH] chore(package.json): update to dgeni-packages 0.11.0 This version includes the start-end inline tags that will help use to be able to target blocks of text to different sets of documentation. --- package.json | 2 +- public/api-builder/links-package/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7128b1ac4a..c4cb0a231a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "canonical-path": "0.0.2", "del": "^1.2.0", "dgeni": "^0.4.0", - "dgeni-packages": "^0.10.0", + "dgeni-packages": "^0.11.0", "diff": "^2.1.3", "fs-extra": "^0.24.0", "glob": "^5.0.14", diff --git a/public/api-builder/links-package/index.js b/public/api-builder/links-package/index.js index de4e89731e..3036c2441b 100644 --- a/public/api-builder/links-package/index.js +++ b/public/api-builder/links-package/index.js @@ -6,8 +6,8 @@ module.exports = new Package('links', []) .factory(require('./inline-tag-defs/linkDevGuide')) .factory(require('./inline-tag-defs/example')) .factory(require('./inline-tag-defs/exampleTabs')) -.factory(require('dgeni-packages/ngdoc/services/getAliases')) -.factory(require('dgeni-packages/ngdoc/services/getDocFromAlias')) +.factory(require('dgeni-packages/links/services/getAliases')) +.factory(require('dgeni-packages/links/services/getDocFromAlias')) .factory(require('./services/getLinkInfo')) .factory(require('./services/parseArgString')) .factory(require('./services/getApiFragmentFileName'))