mirror of https://github.com/vector-im/riot-web
Move scripts into scripts/
parent
bda350dc73
commit
0931f746d8
|
@ -10,12 +10,12 @@
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"reskindex": "./reskindex.js"
|
"reskindex": "scripts/reskindex.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"reskindex": "./reskindex.js -h header",
|
"reskindex": "scripts/reskindex.js -h header",
|
||||||
"build": "node babelcheck.js && babel src -d lib --source-maps",
|
"build": "node scripts/babelcheck.js && babel src -d lib --source-maps",
|
||||||
"start": "node babelcheck.js && babel src -w -d lib --source-maps",
|
"start": "node scripts/babelcheck.js && babel src -w -d lib --source-maps",
|
||||||
"lint": "eslint src/",
|
"lint": "eslint src/",
|
||||||
"lintall": "eslint src/ test/",
|
"lintall": "eslint src/ test/",
|
||||||
"clean": "rimraf lib",
|
"clean": "rimraf lib",
|
||||||
|
|
Loading…
Reference in New Issue