code-block-writer
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "code-block-writer", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A simple code writer that assists with formatting and visualizing blocks of code.", | ||
@@ -5,0 +5,0 @@ "main": "dist/code-block-writer.js", |
@@ -42,2 +42,2 @@ code-block-writer | ||
} | ||
``` | ||
``` |
@@ -7,7 +7,12 @@ { | ||
"sourceMap": false, | ||
"noImplicitAny": true, | ||
"noImplicitAny": true, | ||
"removeComments": true, | ||
"experimentalDecorators": true, | ||
"outDir": "dist" | ||
} | ||
"outDir": "dist", | ||
"rootDir": "src" | ||
}, | ||
"exclude": [ | ||
"typings/browser.d.ts", | ||
"typings/browser" | ||
] | ||
} |
@@ -53,3 +53,6 @@ { | ||
"no-switch-case-fall-through": true, | ||
"no-trailing-comma": true, | ||
"trailing-comma": [true, { | ||
"singleline": "never", | ||
"multiline": "never" | ||
}], | ||
"no-trailing-whitespace": true, | ||
@@ -56,0 +59,0 @@ "no-unreachable": true, |
@@ -6,3 +6,3 @@ { | ||
"description": "A simple code writer that assists with formatting and visualizing blocks of code.", | ||
"ambientDependencies": { | ||
"ambientDevDependencies": { | ||
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#3fc1377ce29dd9670975cb68615edf1b819fc4a5", | ||
@@ -9,0 +9,0 @@ "mocha": "github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#62eedc3121a5e28c50473d2e4a9cefbcb9c3957f" |
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
34170
831
43