Skip to content

Commit

Permalink
switch to parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanyow committed Mar 26, 2018
1 parent 2bc9bac commit b535006
Show file tree
Hide file tree
Showing 38 changed files with 2,912 additions and 6,353 deletions.
17 changes: 1 addition & 16 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
root = true

[{.editorconfig,.gitignore,package.json,tsconfig.json,README.md}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[.vscode/**]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[src/**]
end_of_line = lf
[*]
insert_final_newline = true
indent_style = space
indent_size = 2
Expand Down
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
debug
dist
output
.cache
chrome
dist
node_modules
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"html.format.enable": false,
"json.format.enable": false
"json.format.enable": false,
"editor.detectIndentation": false,
"editor.tabSize": 2
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ A lightweight comments widget built on GitHub issues.

When Utterances loads, the GitHub [issue search API](https://developer.github.com/v3/search/#search-issues) is used to find the issue associated with the page based on `url`, `pathname` or `title`. The issue's comments are displayed in the familiar GitHub style.

When a matching issue is not found, [utterances-bot](https://github.com/utterances-bot) will automatically create one the first time someone comments.
*What if we can find an issue that matches the page?*

No problem- [utterances-bot](https://github.com/utterances-bot) will automatically create one the first time someone comments.

To comment, users must authorize the utterances app to post on their behalf using the GitHub [OAuth flow](https://developer.github.com/v3/oauth/#web-application-flow). Alternatively, users can comment on the GitHub issue directly.

Expand Down
Loading

0 comments on commit b535006

Please sign in to comment.