Add modification information

This commit is contained in:
Cmdr McDonald
2016-10-24 13:17:11 +01:00
parent 499f1d05e1
commit c1f21cf6f1
6 changed files with 183 additions and 3 deletions

4
modifications/index.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
modifiers: require('./modifiers'),
validity: require('./validity')
};