Skip to content

Commit bc65f45

Browse files
committed
Update .npmignore
1 parent 61372e4 commit bc65f45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
.github
22
.prettierrc.json
33
dist/test
4+
example
45
lib
56
model
67
test
8+
utils
79
tsconfig.json
810
webpack.config.js
911
**/*.map

test.html renamed to example/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>guesslang.js</title>
4+
<title>guesslang-js</title>
55
</head>
66
<body>
77
<textarea id="code" cols="100" rows="40"></textarea>

0 commit comments

Comments
 (0)