@gliff-ai/manage
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "@gliff-ai/manage", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "gliff.ai MANAGE", | ||
@@ -12,5 +12,6 @@ "repository": "git://github.com/gliff-ai/manage.git", | ||
"build": "webpack --progress --config webpack.config.js", | ||
"format": "npx --no-install prettier --write src/*", | ||
"prettier": "npx --no-install prettier -c src/*", | ||
"lint": "npm run lint:ts && npm run prettier", | ||
"prettier": "npx prettier -c **/*.ts*", | ||
"lint:ts": "npx eslint \"**/*.ts*\"", | ||
"lint:ts": "npx eslint src/*", | ||
"serve": "webpack serve --config webpack.config.js", | ||
@@ -17,0 +18,0 @@ "test": "jest --coverage --passWithNoTests", |
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
36773