From 83e09268ea4dad5067829f0b07d1e6396fb650b7 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Mon, 21 Mar 2016 15:00:00 -0700 Subject: [PATCH] Rename array-methods.js to collection-methods.js --- lib/{array-methods.js => collection-methods.js} | 0 lib/index.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{array-methods.js => collection-methods.js} (100%) diff --git a/lib/array-methods.js b/lib/collection-methods.js similarity index 100% rename from lib/array-methods.js rename to lib/collection-methods.js diff --git a/lib/index.js b/lib/index.js index 87b79b80..9ac4465f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -18,7 +18,7 @@ 'use strict'; -var arrayMethods = require('./array-methods'); +var arrayMethods = require('./collection-methods'); var realmConstructor; if (typeof Realm != 'undefined') {