@qualweb/act-rules
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@qualweb/act-rules", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "ACT-R module for qualweb accessibility evaluator", | ||
"main": "dist/index.js", | ||
"types": "./node_modules/@qualweb/types", | ||
"scripts": { | ||
@@ -21,3 +22,3 @@ "tsc": "tsc", | ||
"devDependencies": { | ||
"@qualweb/types": "0.0.11", | ||
"@qualweb/types": "0.0.12", | ||
"@types/htmlparser2": "^3.10.0", | ||
@@ -24,0 +25,0 @@ "@types/lodash": "^4.14.135", |
@@ -45,3 +45,3 @@ { | ||
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ | ||
//"typeRoots": [], /* List of folders to include type definitions from. */ | ||
"typeRoots": ["./node_modules/@qualweb/types"], /* List of folders to include type definitions from. */ | ||
"types": ["./node_modules/@qualweb/types", "lodash", "node", "htmlparser2"], /* Type declaration files to be included in compilation. */ | ||
@@ -48,0 +48,0 @@ // "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */ |
75966