2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-10 04:23:42 +00:00

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"
}
}