aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2a3cd4a5a7e6d6b99935869337d8f20bc0242d9f (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"
    }
}