@neutrium/quantity
Version:
The NeutriumJS unit conversion module.
32 lines (31 loc) • 419 B
JSON
{
"version": "2.0.0",
"command": "npm",
"args": ["run"],
"tasks": [
{
"label": "build",
"type": "shell",
"command": "npm",
"args": [
"run",
"build"
],
"problemMatcher": [],
"group": {
"_id": "build",
"isDefault": false
}
},
{
"label": "clean",
"type": "shell",
"command": "npm",
"args": [
"run",
"clean"
],
"problemMatcher": []
}
]
}