diff --git a/README.md b/README.md
index bc6da01..2904539 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ see what's new & breaking.
|
- Version 1.0 |
+ Version 0.7 / 1.0 |
Version 2.0 |
@@ -42,7 +42,7 @@ see what's new & breaking.
Browser detection |
- ⚠️ |
+ ⚠️ |
✅ |
✅ |
✅ |
@@ -50,7 +50,7 @@ see what's new & breaking.
CPU detection |
- ⚠️ |
+ ⚠️ |
✅ |
✅ |
✅ |
@@ -58,7 +58,7 @@ see what's new & breaking.
Device detection |
- ⚠️ |
+ ⚠️ |
✅ |
✅ |
✅ |
@@ -66,7 +66,7 @@ see what's new & breaking.
Engine detection |
- ⚠️ |
+ ⚠️ |
✅ |
✅ |
✅ |
@@ -74,7 +74,7 @@ see what's new & breaking.
OS detection |
- ⚠️ |
+ ⚠️ |
✅ |
✅ |
✅ |
@@ -130,7 +130,7 @@ see what's new & breaking.
TypeScript declarations available |
- ⚠️ |
+ ⚠️ |
✅ |
✅ |
✅ |
@@ -147,7 +147,7 @@ see what's new & breaking.
Permissive license |
✅ |
- ⚠️ |
+ ⚠️ |
✅ |
✅ |
✅ |
@@ -157,7 +157,7 @@ see what's new & breaking.
✅ |
✅ |
✅ |
- ⚠️ |
+ ⚠️ |
✅ |
@@ -178,11 +178,11 @@ see what's new & breaking.
Price |
- FREE |
- FREE |
- $12 |
- $25 |
- $500 |
+ FREE |
+ FREE |
+ $12 |
+ $25 |
+ $500 |
diff --git a/package.json b/package.json
index 92447e1..35a3f06 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/script/test-all.sh b/script/test-all.sh
index ac76616..f00fea2 100755
--- a/script/test-all.sh
+++ b/script/test-all.sh
@@ -29,4 +29,4 @@ npm run test:lockfile-lint || exit 1
echo '
- lint d.ts files
'
-npm run test:dts || exit 1
\ No newline at end of file
+npm run test:dts-lint || exit 1
\ No newline at end of file