Skip to content

Commit 74c2622

Browse files
author
mcarbonell
committed
fix: Update npm test to use automated-qa.js and fix branding
1 parent 36eb9d7 commit 74c2622

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"build": "node generate-site.js",
88
"build:old": "node generate-tools.js",
9-
"test": "node tests/run-all-tests.js",
9+
"test": "node tests/automated-qa.js",
10+
"test:old": "node tests/run-all-tests.js",
1011
"serve": "npx http-server web -p 8000"
1112
},
1213
"keywords": [
@@ -16,7 +17,7 @@
1617
"privacy",
1718
"converter"
1819
],
19-
"author": "QuickTools Team",
20+
"author": "FastTools Team",
2021
"license": "ISC",
2122
"devDependencies": {
2223
"http-server": "^14.1.1"

0 commit comments

Comments
 (0)