Skip to content

Commit 8648fc6

Browse files
authored
Merge pull request #92 from dkamburov/master
Fix refs in index.html for gh-pages
2 parents e66abe8 + 66c5c83 commit 8648fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemjs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'../../src/': {
3737
defaultExtension: 'ts'
3838
},
39-
'../src/': {
39+
'src': {
4040
defaultExtension: 'ts'
4141
},
4242
'./../data': {

0 commit comments

Comments
 (0)