File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ charset = utf-8
88end_of_line = lf
99insert_final_newline = true
1010indent_style = tab
11+
12+ [{package.json,yarn.lock} ]
13+ indent_style = space
14+ indent_size = 2
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " collapse-regex-char-set" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Condense a set of words into a regular expression pattern" ,
5+ "author" : " Drew Keller <drew@wimpyprogrammer.com>" ,
6+ "license" : " MIT" ,
7+ "main" : " lib/index.js" ,
8+ "directories" : {
9+ "lib" : " lib"
10+ },
11+ "scripts" : {
12+ "test" : " echo \" Error: no test specified\" && exit 1"
13+ },
14+ "dependencies" : {},
15+ "devDependencies" : {}
16+ }
Original file line number Diff line number Diff line change 1+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+ # yarn lockfile v1
3+
4+
You can’t perform that action at this time.
0 commit comments