We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb71a9 commit 9f742b9Copy full SHA for 9f742b9
lib/three.json
@@ -0,0 +1,35 @@
1
+[
2
+ {
3
+ "name": ".github",
4
+ "files": [
5
6
+ "name": "ISSUE_TEMPLATE",
7
8
+ "bug_report.md",
9
+ "feature_request.md"
10
+ ]
11
+ },
12
+ "CODE_OF_CONDUCT.md",
13
+ "CONTRIBUTING.md",
14
+ "LICENSE",
15
+ "pull_request_template.md"
16
17
18
19
+ "name": "lib",
20
21
+ "index.js"
22
23
24
25
+ "name": "test",
26
27
+ "test.js"
28
29
30
+ ".eslintrc.json",
31
+ ".prettierignore",
32
+ ".prettierrc.json",
33
+ ".travis.yml",
34
+ "package.json"
35
+]
0 commit comments