@traptitech/traq-markdown-it
Advanced tools
Comparing version 5.3.0 to 5.3.1
{ | ||
"name": "@traptitech/traq-markdown-it", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "Markdown parser for traQ.", | ||
@@ -17,3 +17,4 @@ "main": "dist/index.js", | ||
"start": "tsdx watch", | ||
"build": "tsdx build && dart-sass ./src/css/index.scss ./dist/index.css", | ||
"build": "tsdx build && npm run build:css", | ||
"build:css": "sass ./src/css/index.scss ./dist/index.css", | ||
"test": "tsdx test", | ||
@@ -54,3 +55,2 @@ "lint": "tsdx lint" | ||
"@typescript-eslint/parser": "^4.22.1", | ||
"dart-sass": "^1.25.0", | ||
"eslint": "^7.25.0", | ||
@@ -62,2 +62,3 @@ "eslint-config-prettier": "^7.2.0", | ||
"prettier": "^2.2.1", | ||
"sass": "^1.34.0", | ||
"ts-dedent": "^2.1.1", | ||
@@ -64,0 +65,0 @@ "tsdx": "^0.14.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
310707