2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-27 09:08:27 +00:00

Add test script to types package

This commit is contained in:
Vjacheslav Trushkin 2020-11-05 11:19:22 +02:00
parent 618dba0c13
commit 5f9a03899c

View File

@ -6,7 +6,9 @@
"license": "(Apache-2.0 OR GPL-2.0)", "license": "(Apache-2.0 OR GPL-2.0)",
"main": "./index.js", "main": "./index.js",
"types": "./types.ts", "types": "./types.ts",
"scripts": {}, "scripts": {
"test": "tsc --noEmit --strict --typeRoots '[]' types.ts"
},
"bugs": "https://github.com/iconify/iconify/issues", "bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://github.com/iconify/iconify", "homepage": "https://github.com/iconify/iconify",
"repository": { "repository": {