Remove secret key

This commit is contained in:
Michael Jackson
2019-07-09 11:19:38 -07:00
parent c06657d9a7
commit d5022035c1
9 changed files with 2 additions and 98 deletions

View File

@ -4,7 +4,7 @@
"description": "The CDN for everything on npm",
"scripts": {
"build": "rollup -c",
"clean": "git clean -e '!/secret_key' -e '!/.env' -fdX .",
"clean": "git clean -e '!/.env' -fdX .",
"lint": "eslint modules",
"test": "jest",
"watch": "rollup -c -w"