@riotjs/compiler
Advanced tools
Comparing version 5.1.2 to 5.1.3
{ | ||
"name": "@riotjs/compiler", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "Compiler for riot .tag files", | ||
@@ -39,6 +39,6 @@ "main": "dist/index.js", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^10.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.14.0", | ||
"eslint": "^7.15.0", | ||
"eslint-config-riot": "^3.0.0", | ||
@@ -50,3 +50,3 @@ "esm": "^3.2.25", | ||
"pug": "^3.0.0", | ||
"rollup": "^2.33.3", | ||
"rollup": "^2.34.2", | ||
"rollup-plugin-alias": "^2.2.0", | ||
@@ -53,0 +53,0 @@ "rollup-plugin-commonjs": "^10.1.0", |
@@ -22,2 +22,2 @@ import {Parser} from 'acorn' | ||
}) | ||
} | ||
} |
@@ -13,4 +13,5 @@ import {print} from 'recast' | ||
tabWidth: 2, | ||
wrapColumn: 0, | ||
quote: 'single' | ||
}) | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2067485
54393