diff --git a/package.json b/package.json index 791430e2..15d6be56 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "scripts": { "lint": "eslint app core po/po2js po/xgettext-html tests utils", "test": "karma start karma.conf.js", - "prepublish": "node ./utils/use_require.js --clean" + "prepublish": "node ./utils/convert.js --clean" }, "repository": { "type": "git", diff --git a/utils/use_require.js b/utils/convert.js similarity index 100% rename from utils/use_require.js rename to utils/convert.js