aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: edd9dabed384c26a5d973e4b728cd3629bd8c352 (plain)
1
2
3
4
5
6
7
{
    "scripts": {
     "lint": "./node_modules/.bin/eslint web",
     "build": "echo \"Warning: no build specified\" && exit 0",
     "test": "echo \"Warning: no test specified\" && exit 0"
    }
}