We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61372e4 commit bc65f45Copy full SHA for bc65f45
.npmignore
@@ -1,9 +1,11 @@
1
.github
2
.prettierrc.json
3
dist/test
4
+example
5
lib
6
model
7
test
8
+utils
9
tsconfig.json
10
webpack.config.js
11
**/*.map
test.html renamed to example/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>guesslang.js</title>
+ <title>guesslang-js</title>
</head>
<body>
<textarea id="code" cols="100" rows="40"></textarea>
0 commit comments