We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36eb9d7 commit 74c2622Copy full SHA for 74c2622
package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"build": "node generate-site.js",
8
"build:old": "node generate-tools.js",
9
- "test": "node tests/run-all-tests.js",
+ "test": "node tests/automated-qa.js",
10
+ "test:old": "node tests/run-all-tests.js",
11
"serve": "npx http-server web -p 8000"
12
},
13
"keywords": [
@@ -16,7 +17,7 @@
16
17
"privacy",
18
"converter"
19
],
- "author": "QuickTools Team",
20
+ "author": "FastTools Team",
21
"license": "ISC",
22
"devDependencies": {
23
"http-server": "^14.1.1"
0 commit comments