Skip to content

Commit

Permalink
enable metadataurl field; update-tern-plugins example
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Dec 9, 2014
1 parent 6430d1c commit ca6cdd4
Show file tree
Hide file tree
Showing 4 changed files with 531 additions and 30 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules/
2 changes: 1 addition & 1 deletion make-tern-plugins-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ for (var i in filenames){
entry.description = metadata.description;
entry.repository = metadata.repository;
//see metadataurl discussed https://github.com/angelozerr/tern.java/pull/191
//entry.metadataurl = folderUrl+file;
entry.metadataurl = folderUrl+file;

// var entryRoot = {};
// entryRoot[metadata.name] = entry;
Expand Down
Loading

0 comments on commit ca6cdd4

Please sign in to comment.