We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d58c0 commit 3d49aaeCopy full SHA for 3d49aae
1 file changed
dist/es6/grid/grid.js
@@ -1,6 +1,6 @@
1
import {bindable, inject, processContent, ObserverLocator, customElement, skipContentProcessing } from 'aurelia-framework';
2
import {GridColumn} from './grid-column';
3
-import {Compiler} from 'CharlesPockert/aurelia-compiler';
+import {Compiler} from 'charlespockert/aurelia-compiler';
4
import './aurelia-bs-grid.css!';
5
6
@customElement('grid')
0 commit comments