@pushrocks/smartrx
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@pushrocks/smartrx", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"private": false, | ||
@@ -16,6 +16,8 @@ "description": "smart wrapper for rxjs", | ||
"@gitzone/tsbuild": "^2.0.22", | ||
"@gitzone/tsrun": "^1.1.12", | ||
"@gitzone/tsrun": "^1.1.13", | ||
"@gitzone/tstest": "^1.0.15", | ||
"@pushrocks/tapbundle": "^3.0.7", | ||
"@types/node": "^10.11.6" | ||
"@types/node": "^10.12.10", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.16.0" | ||
}, | ||
@@ -22,0 +24,0 @@ "dependencies": { |
{ | ||
"extends": "tslint-config-standard" | ||
"extends": ["tslint:latest", "tslint-config-prettier"], | ||
"rules": { | ||
"semicolon": [true, "always"], | ||
"no-console": false, | ||
"ordered-imports": false, | ||
"object-literal-sort-keys": false, | ||
"member-ordering": { | ||
"options":{ | ||
"order": [ | ||
"static-method" | ||
] | ||
} | ||
} | ||
}, | ||
"defaultSeverity": "warning" | ||
} |
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
26767
454
7