Commit 03ecf7420d7464e6a2d454b41d82253dd96f3c77

Jan T. Sott 2016-10-23T21:25:50

Add yarn.lock (#1035) Since many people are like going to use `yarn` over `npm`, it's probably a good idea to add this

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.gitignore b/.gitignore
index ea5cfc7..d964118 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 hide-*.js
 node_modules
 .idea/
-.DS_Store
\ No newline at end of file
+.DS_Store
+yarn.lock