1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

#80 Change all event types to past tense

This commit is contained in:
andsandv 2015-02-06 15:12:32 +01:00
parent e8818dda8e
commit a754fcb3a9

View File

@ -1,8 +1,8 @@
module.exports = {
featureCreated : 'feature-created',
featureUpdated : 'feature-updated',
featureArchive : 'feature-archive',
featureRevive : 'feature-revive',
featureArchive : 'feature-archived',
featureRevive : 'feature-revived',
strategyCreated: 'strategy-created',
strategyDeleted: 'strategy-deleted'
};