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:
parent
e965832e0a
commit
44c10255ad
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue