Skip to content

Commit ca6cdd4

Browse files
committed
enable metadataurl field; update-tern-plugins example
1 parent 6430d1c commit ca6cdd4

File tree

4 files changed

+531
-30
lines changed

4 files changed

+531
-30
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules/

make-tern-plugins-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ for (var i in filenames){
6464
entry.description = metadata.description;
6565
entry.repository = metadata.repository;
6666
//see metadataurl discussed https://github.com/angelozerr/tern.java/pull/191
67-
//entry.metadataurl = folderUrl+file;
67+
entry.metadataurl = folderUrl+file;
6868

6969
// var entryRoot = {};
7070
// entryRoot[metadata.name] = entry;

0 commit comments

Comments
 (0)