From d90305b3ae0e4b6269596474426c0e203d3a08bc Mon Sep 17 00:00:00 2001 From: Aleksandar Djindjic Date: Mon, 17 Nov 2014 20:22:55 +0100 Subject: [PATCH] correct config I have tested it and it works with: jspm install ionic=github:driftyco/ionic -o '...' but just dont know will it make map config automatically for import 'ionic' when I jspm install ionic with new config in registry after pull request? Thanks! --- .../github/driftyco/ionic@1.0.0-beta.13 | 40 ++++++++++--------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/package-overrides/github/driftyco/ionic@1.0.0-beta.13 b/package-overrides/github/driftyco/ionic@1.0.0-beta.13 index ee2634f..f57551e 100644 --- a/package-overrides/github/driftyco/ionic@1.0.0-beta.13 +++ b/package-overrides/github/driftyco/ionic@1.0.0-beta.13 @@ -1,22 +1,26 @@ { - "directories": { - "lib": "release" - }, - "main": "js/ionic", - "shim": { - "js/ionic": { - "deps": ["../css/ionic.css!"] + "registry": "jspm", + "directories": { + "lib": "release" }, - "js/ionic-angular": { - "deps": ["angular", "./ionic"] + "main": "js/ionic-angular", + "shim": { + "js/ionic-angular": { + "deps": [ + "../css/ionic.css!", + "./ionic", + "angular", + "angular-animate", + "angular-sanitize", + "angular-ui-router" + ] + } + }, + "dependencies": { + "css": "0.1.0", + "angular": "^1.3.2", + "angular-animate": "^1.3.2", + "angular-sanitize": "^1.3.2", + "angular-ui-router": "0.2.10" } - }, - "registry": "jspm", - "dependencies": { - "css": "0.1.0", - "angular": "^1.3.2", - "angular-animate": "^1.3.2", - "angular-sanitize": "^1.3.2", - "angular-ui-router": "0.2.10" - } }