Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 5d3d211

Browse files
committed
atmosphere package deps
1 parent 104576a commit 5d3d211

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var packageName = 'hhravn:angular-ui-codemirror';
22
var where = 'client'; // where to install: 'client' or 'server'. For both, pass nothing.
3-
var version = '0.3.0';
3+
var version = '0.3.1';
44
var summary = 'This directive allows you to add CodeMirror to your textarea elements.';
55
var gitLink = 'https://github.com/hhravn/ui-codemirror';
66
var documentationFile = 'README.md';
@@ -16,5 +16,7 @@ Package.describe({
1616

1717
Package.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
});

0 commit comments

Comments
 (0)