Skip to content

Commit 09cfc36

Browse files
authored
Merge pull request #5 from apisearch-io/feature/fixed-some-unused-files
Feature/fixed some unused files
2 parents 88c64e6 + 745000e commit 09cfc36

File tree

6 files changed

+2233
-5450
lines changed

6 files changed

+2233
-5450
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ trim_trailing_whitespace = true
88
# Ensure a newline at the end of each file
99
insert_final_newline = true
1010

11-
[*.js]
11+
[*.ts]
1212
# Unix-style newlines
1313
end_of_line = lf
1414
charset = utf-8
1515
indent_style = space
16-
indent_size = 2
16+
indent_size = 4

.eslintrc

-17
This file was deleted.

.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/node_modules/
2-
*.log
3-
/.nyc_output/
4-
/coverage/
1+
/node_modules/

LICENSE

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
Copyright 2017 Alex Casajuana <alexcm.14@gmail.com>
1+
Copyright (c) Marc Morera <yuhu@mmoreram.com>
22

3-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
4-
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
5-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
6-
persons to whom the Software is furnished to do so, subject to the following conditions:
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is furnished
8+
to do so, subject to the following conditions:
79

8-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of
9-
the Software.
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
1012

11-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
13-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
14-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

0 commit comments

Comments
 (0)