Exporing options with API.

This commit is contained in:
d98762625 2018-04-13 12:14:40 +01:00
parent 30aa4e05ef
commit 59877b5138
5 changed files with 149 additions and 17 deletions

View file

@ -118,6 +118,7 @@
"build": "grunt prod",
"test": "grunt test",
"docs": "grunt docs",
"lint": "grunt lint"
"lint": "grunt lint",
"build-node": "grunt node"
}
}