Files
jspm-registry/package-overrides/github/driftyco/ionic@1.0.0-beta.13
T
Aleksandar Djindjic d90305b3ae 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!
2014-11-17 20:22:55 +01:00

27 lines
602 B
Plaintext

{
"registry": "jspm",
"directories": {
"lib": "release"
},
"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"
}
}