Rename use_require.js to convert.js

This script only has one purpose now, let the name reflect that. It
converts to CommonJS for NPM.
This commit is contained in:
Samuel Mannehed 2021-11-30 11:32:23 +01:00
parent e965832e0a
commit 44c10255ad
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"scripts": { "scripts": {
"lint": "eslint app core po/po2js po/xgettext-html tests utils", "lint": "eslint app core po/po2js po/xgettext-html tests utils",
"test": "karma start karma.conf.js", "test": "karma start karma.conf.js",
"prepublish": "node ./utils/use_require.js --clean" "prepublish": "node ./utils/convert.js --clean"
}, },
"repository": { "repository": {
"type": "git", "type": "git",