Skip to content

Commit

Permalink
Added some aliases, fixing #221
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Sep 25, 2014
1 parent 25c5895 commit ab8819f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/annotation/annotations/prop.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ module.exports = {
}

return obj;
}
},

alias: ['property']

};
4 changes: 3 additions & 1 deletion src/annotation/annotations/requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,7 @@ module.exports = {
}
});

}
},

alias: ['require']
};

0 comments on commit ab8819f

Please sign in to comment.