Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalman committed Oct 19, 2023
1 parent cfc0147 commit 46ff3df
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ see what's new & breaking.
<thead>
<tr>
<th></th>
<th>Version 1.0</th>
<th>Version 0.7 / 1.0</th>
<th colspan="4">Version 2.0</th>
</tr>
</thead>
Expand All @@ -42,39 +42,39 @@ see what's new & breaking.
</tr>
<tr>
<td>Browser detection</td>
<td><a href="#" title="Basic detection">⚠️</a></td>
<td><strong title="Basic detection">⚠️</strong></td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
</tr>
<tr>
<td>CPU detection</td>
<td><a href="#" title="Basic detection">⚠️</a></td>
<td><strong title="Basic detection">⚠️</strong></td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
</tr>
<tr>
<td>Device detection</td>
<td><a href="#" title="Basic detection">⚠️</a></td>
<td><strong title="Basic detection">⚠️</strong></td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
</tr>
<tr>
<td>Engine detection</td>
<td><a href="#" title="Basic detection">⚠️</a></td>
<td><strong title="Basic detection">⚠️</strong></td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
</tr>
<tr>
<td>OS detection</td>
<td><a href="#" title="Basic detection">⚠️</a></td>
<td><strong title="Basic detection">⚠️</strong></td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
Expand Down Expand Up @@ -130,7 +130,7 @@ see what's new & breaking.
</tr>
<tr>
<td>TypeScript declarations available</td>
<td><a href="#" title="Community version">⚠️</a></td>
<td><strong title="Community version">⚠️</strong></td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
Expand All @@ -147,7 +147,7 @@ see what's new & breaking.
<tr>
<td>Permissive license</td>
<td>✅</td>
<td><a href="#" title="Copyleft license">⚠️</a></td>
<td><strong title="Copyleft license">⚠️</strong></td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
Expand All @@ -157,7 +157,7 @@ see what's new & breaking.
<td>✅</td>
<td>✅</td>
<td>✅</td>
<td><a href="#" title="1 project per 1 license">⚠️</a></td>
<td><strong title="1 project per 1 license">⚠️</strong></td>
<td>✅</td>
</tr>
<tr>
Expand All @@ -178,11 +178,11 @@ see what's new & breaking.
</tr>
<tr>
<td>Price</td>
<td><a href="#" title="Pay as you want">FREE</a></td>
<td><a href="#" title="Pay as you want">FREE</a></td>
<td><a href="#" title="$12 (one-time fee)">$12</a></td>
<td><a href="#" title="$25 (one-time fee)">$25</a></td>
<td><a href="#" title="$500 (one-time fee)">$500</a></td>
<td><strong title="Pay as you want">FREE</strong></td>
<td><strong title="Pay as you want">FREE</strong></td>
<td><strong title="$12 (one-time fee)">$12</strong></td>
<td><strong title="$25 (one-time fee)">$25</strong></td>
<td><strong title="$500 (one-time fee)">$500</strong></td>
</tr>
</tbody>
<tfoot>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"build+test": "npm run build && npm run test",
"fuzz": "jazzer ./test/jazzer-fuzz-test.js --sync",
"test": "./script/test-all.sh",
"test:dts": "tsd --typings src/main/ua-parser.d.ts --files test/dts-test.ts",
"test:dts-lint": "tsd --typings src/main/ua-parser.d.ts --files test/dts-test.ts",
"test:eslint": "eslint src && eslint script",
"test:jshint": "jshint src/main",
"test:lockfile-lint": "npx lockfile-lint -p package-lock.json",
Expand Down
2 changes: 1 addition & 1 deletion script/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ npm run test:lockfile-lint || exit 1
echo '
- lint d.ts files
'
npm run test:dts || exit 1
npm run test:dts-lint || exit 1

0 comments on commit 46ff3df

Please sign in to comment.