From bd87f0e4e7123985347945c9d92ed96ee6b01a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Fijo=C5=82?= Date: Tue, 26 Jul 2016 19:37:31 +0200 Subject: [PATCH] rename --- package.json | 2 +- index.js => simpleLoadScript.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename index.js => simpleLoadScript.js (100%) diff --git a/package.json b/package.json index c76cc36..564af3f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "UMD", "callback" ], - "main": "index.js", + "main": "simpleLoadScript.js", "author": "Tomek FijoĊ‚", "license": "MIT", "readmeFilename": "README.md" diff --git a/index.js b/simpleLoadScript.js similarity index 100% rename from index.js rename to simpleLoadScript.js