aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorArlo Breault <arlolra@gmail.com>2019-07-06 16:41:56 +0200
committerArlo Breault <arlolra@gmail.com>2019-07-10 10:49:53 +0200
commitd3080e25669fa8408e32d3a36c372d6a5ca59029 (patch)
treeb7046a0561e75c1dfb5a9e5680b76213aeab92bd /CONTRIBUTING.md
parent27a92ab03a1e296a4e73f6861b31931e4aeba221 (diff)
downloadsnowflake-d3080e25669fa8408e32d3a36c372d6a5ca59029.tar.gz
snowflake-d3080e25669fa8408e32d3a36c372d6a5ca59029.zip
Remove mentions of coffeescript from docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1bb064f..9f8bae0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,9 +1,5 @@
- When editing Go, please run `go fmt` before every commit.
-- When editing coffeescript (in the `proxy/` directory), please run
- `cake lint` and resolve any lint issues before every commit.
-
-- You may run tests locally with either `go test` or `cake test` for Go and
- coffeescript, respectively.
-
+- You may run tests locally with either `go test` or `npm test` for Go and
+ JavaScript, respectively.