Skip to content

Commit 493bdfd

Browse files
Generate package.json and yarn.lock
Created by npm 6.2.0 and yarn 1.7.0.
1 parent cf5fa72 commit 493bdfd

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ charset = utf-8
88
end_of_line = lf
99
insert_final_newline = true
1010
indent_style = tab
11+
12+
[{package.json,yarn.lock}]
13+
indent_style = space
14+
indent_size = 2

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
}

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+

0 commit comments

Comments
 (0)