File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11var packageName = 'hhravn:angular-ui-codemirror' ;
22var where = 'client' ; // where to install: 'client' or 'server'. For both, pass nothing.
3- var version = '0.3.0 ' ;
3+ var version = '0.3.1 ' ;
44var summary = 'This directive allows you to add CodeMirror to your textarea elements.' ;
55var gitLink = 'https://github.com/hhravn/ui-codemirror' ;
66var documentationFile = 'README.md' ;
@@ -16,5 +16,7 @@ Package.describe({
1616
1717Package . onUse ( function ( api ) {
1818 api . versionsFrom ( [ '[email protected] ' , '[email protected] ' ] ) ; // Meteor versions 19+ api . addFiles ( './bower_components/codemirror/lib/codemirror.css' , where ) ; // Files in use
20+ api . addFiles ( './bower_components/codemirror/lib/codemirror.js' , where ) ; // Files in use
1921 api . addFiles ( './src/ui-codemirror.js' , where ) ; // Files in use
2022} ) ;
You can’t perform that action at this time.
0 commit comments