@itwin/core-bentley
Advanced tools
Comparing version 3.0.0-dev.72 to 3.0.0-dev.73
{ | ||
"name": "@itwin/core-bentley", | ||
"version": "3.0.0-dev.72", | ||
"version": "3.0.0-dev.73", | ||
"description": "Bentley JavaScript core components", | ||
@@ -24,4 +24,4 @@ "main": "lib/core-bentley.js", | ||
"devDependencies": { | ||
"@itwin/build-tools": "3.0.0-dev.72", | ||
"@itwin/eslint-plugin": "3.0.0-dev.72", | ||
"@itwin/build-tools": "3.0.0-dev.73", | ||
"@itwin/eslint-plugin": "3.0.0-dev.73", | ||
"@types/chai": "^4.1.4", | ||
@@ -49,3 +49,3 @@ "@types/chai-as-promised": "^7", | ||
"scripts": { | ||
"compile": "npm run build", | ||
"compile": "npm run -s build", | ||
"build": "tsc 1>&2", | ||
@@ -56,5 +56,5 @@ "clean": "rimraf lib .rush/temp/package-deps*.json", | ||
"docs": "betools docs --json=../../generated-docs/core/core-bentley/file.json --tsIndexFile=core-bentley.ts --onlyJson", | ||
"cover": "nyc npm test", | ||
"cover": "nyc npm -s test", | ||
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2" | ||
} | ||
} |
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
814099