Skip to content

Commit 46ff3df

Browse files
committed
Update readme
1 parent cfc0147 commit 46ff3df

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ see what's new & breaking.
2727
<thead>
2828
<tr>
2929
<th></th>
30-
<th>Version 1.0</th>
30+
<th>Version 0.7 / 1.0</th>
3131
<th colspan="4">Version 2.0</th>
3232
</tr>
3333
</thead>
@@ -42,39 +42,39 @@ see what's new & breaking.
4242
</tr>
4343
<tr>
4444
<td>Browser detection</td>
45-
<td><a href="#" title="Basic detection">⚠️</a></td>
45+
<td><strong title="Basic detection">⚠️</strong></td>
4646
<td>✅</td>
4747
<td>✅</td>
4848
<td>✅</td>
4949
<td>✅</td>
5050
</tr>
5151
<tr>
5252
<td>CPU detection</td>
53-
<td><a href="#" title="Basic detection">⚠️</a></td>
53+
<td><strong title="Basic detection">⚠️</strong></td>
5454
<td>✅</td>
5555
<td>✅</td>
5656
<td>✅</td>
5757
<td>✅</td>
5858
</tr>
5959
<tr>
6060
<td>Device detection</td>
61-
<td><a href="#" title="Basic detection">⚠️</a></td>
61+
<td><strong title="Basic detection">⚠️</strong></td>
6262
<td>✅</td>
6363
<td>✅</td>
6464
<td>✅</td>
6565
<td>✅</td>
6666
</tr>
6767
<tr>
6868
<td>Engine detection</td>
69-
<td><a href="#" title="Basic detection">⚠️</a></td>
69+
<td><strong title="Basic detection">⚠️</strong></td>
7070
<td>✅</td>
7171
<td>✅</td>
7272
<td>✅</td>
7373
<td>✅</td>
7474
</tr>
7575
<tr>
7676
<td>OS detection</td>
77-
<td><a href="#" title="Basic detection">⚠️</a></td>
77+
<td><strong title="Basic detection">⚠️</strong></td>
7878
<td>✅</td>
7979
<td>✅</td>
8080
<td>✅</td>
@@ -130,7 +130,7 @@ see what's new & breaking.
130130
</tr>
131131
<tr>
132132
<td>TypeScript declarations available</td>
133-
<td><a href="#" title="Community version">⚠️</a></td>
133+
<td><strong title="Community version">⚠️</strong></td>
134134
<td>✅</td>
135135
<td>✅</td>
136136
<td>✅</td>
@@ -147,7 +147,7 @@ see what's new & breaking.
147147
<tr>
148148
<td>Permissive license</td>
149149
<td>✅</td>
150-
<td><a href="#" title="Copyleft license">⚠️</a></td>
150+
<td><strong title="Copyleft license">⚠️</strong></td>
151151
<td>✅</td>
152152
<td>✅</td>
153153
<td>✅</td>
@@ -157,7 +157,7 @@ see what's new & breaking.
157157
<td>✅</td>
158158
<td>✅</td>
159159
<td>✅</td>
160-
<td><a href="#" title="1 project per 1 license">⚠️</a></td>
160+
<td><strong title="1 project per 1 license">⚠️</strong></td>
161161
<td>✅</td>
162162
</tr>
163163
<tr>
@@ -178,11 +178,11 @@ see what's new & breaking.
178178
</tr>
179179
<tr>
180180
<td>Price</td>
181-
<td><a href="#" title="Pay as you want">FREE</a></td>
182-
<td><a href="#" title="Pay as you want">FREE</a></td>
183-
<td><a href="#" title="$12 (one-time fee)">$12</a></td>
184-
<td><a href="#" title="$25 (one-time fee)">$25</a></td>
185-
<td><a href="#" title="$500 (one-time fee)">$500</a></td>
181+
<td><strong title="Pay as you want">FREE</strong></td>
182+
<td><strong title="Pay as you want">FREE</strong></td>
183+
<td><strong title="$12 (one-time fee)">$12</strong></td>
184+
<td><strong title="$25 (one-time fee)">$25</strong></td>
185+
<td><strong title="$500 (one-time fee)">$500</strong></td>
186186
</tr>
187187
</tbody>
188188
<tfoot>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"build+test": "npm run build && npm run test",
195195
"fuzz": "jazzer ./test/jazzer-fuzz-test.js --sync",
196196
"test": "./script/test-all.sh",
197-
"test:dts": "tsd --typings src/main/ua-parser.d.ts --files test/dts-test.ts",
197+
"test:dts-lint": "tsd --typings src/main/ua-parser.d.ts --files test/dts-test.ts",
198198
"test:eslint": "eslint src && eslint script",
199199
"test:jshint": "jshint src/main",
200200
"test:lockfile-lint": "npx lockfile-lint -p package-lock.json",

script/test-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ npm run test:lockfile-lint || exit 1
2929
echo '
3030
- lint d.ts files
3131
'
32-
npm run test:dts || exit 1
32+
npm run test:dts-lint || exit 1

0 commit comments

Comments
 (0)