@salesforce/dev-config
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.4.1](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/dev-config@1.4.0...@salesforce/dev-config@1.4.1) (2018-11-14) | ||
### Bug Fixes | ||
* add tsconfig to test, and lint/compile test ([#30](https://github.com/forcedotcom/sfdx-dev-packages/issues/30)) ([f3c95b2](https://github.com/forcedotcom/sfdx-dev-packages/commit/f3c95b2)) | ||
# [1.4.0](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/dev-config@1.3.1...@salesforce/dev-config@1.4.0) (2018-11-06) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@salesforce/dev-config", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A set of standard typescript config and tslint options for Salesforce projects.", | ||
"repository": "https://github.com/forcedotcom/sfdx-dev-packages", | ||
"main": "index.js", | ||
@@ -14,3 +15,8 @@ "keywords": [ | ||
"/tslint-strict.json", | ||
"/tslint-test.json", | ||
"/tslint-test-strict.json", | ||
"/tsconfig.json", | ||
"/tsconfig-strict.json", | ||
"/tsconfig-test.json", | ||
"/tsconfig-test-strict.json", | ||
"/prettier.json", | ||
@@ -31,3 +37,3 @@ "/nyc.json", | ||
}, | ||
"gitHead": "2c91b680c6a35282d044a4c2f1e5022bcd45e6a9" | ||
"gitHead": "128bf3b945dcd8d5eafeb2e31992a757ba77f65b" | ||
} |
{ | ||
"singleQuote": true | ||
"singleQuote": true, | ||
"printWidth": 120 | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7477
16
133