chore(): rename annotations to decorators

This commit is contained in:
Adam Bradley
2015-09-22 13:15:10 -05:00
parent f3358a697e
commit b14956d9d0
20 changed files with 19 additions and 19 deletions

View File

@ -1,7 +1,7 @@
export * from './config/config'
export * from './config/modes'
export * from './config/annotations'
export * from './config/decorators'
export * from './net/http'