Skip to content

Commit

Permalink
Remove parseMetaFiles from module index
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Apr 23, 2020
1 parent 9dafc0b commit 31b0197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
isActiveRecord: require('./src/components/isActiveRecord').create,
isNotNullIslandRelated: require('./src/components/isNotNullIslandRelated').create,
parseMetaFiles: require('./src/components/parseMetaFiles').create,
recordHasIdAndProperties: require('./src/components/recordHasIdAndProperties').create,
recordHasName: require('./src/components/recordHasName').create,
conformsTo: require('./src/components/conformsTo').create,
Expand Down

0 comments on commit 31b0197

Please sign in to comment.