File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8383 "jspm" : {
8484 "registry" : " npm" ,
8585 "jspmPackage" : true ,
86- "main" : " aurelia-store " ,
86+ "main" : " index " ,
8787 "format" : " cjs" ,
8888 "directories" : {
8989 "dist" : " dist/commonjs"
127127 "dependencies" : [
128128 {
129129 "name" : " aurelia-store" ,
130- "main" : " aurelia-store " ,
130+ "main" : " index " ,
131131 "path" : " ../node_modules/aurelia-store/dist/commonjs" ,
132132 "resources" : []
133133 },
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ export function configure<T>(
2121
2222 delete options . initialState ;
2323
24- aurelia . instance ( Store , new Store ( initState , options ) ) ;
24+ aurelia . container
25+ . registerInstance ( Store , new Store ( initState , options ) ) ;
2526}
2627
2728export * from "./store" ;
You can’t perform that action at this time.
0 commit comments