autogit-plugin-commit
Advanced tools
+1
-1
@@ -9,4 +9,4 @@ declare const defaultOptions: { | ||
| declare namespace _default { | ||
| export type type = factory; | ||
| export type type = typeof factory; | ||
| } | ||
| export = _default; |
+2
-2
| { | ||
| "name": "autogit-plugin-commit", | ||
| "description": "A plugin for making a commit.", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "main": "dist/index.js", | ||
@@ -31,2 +31,3 @@ "types": "dist/index.d.ts", | ||
| "dependencies": { | ||
| "@types/node": "^10.12.8", | ||
| "chalk": "^2.4.1", | ||
@@ -36,3 +37,2 @@ "simple-git": "^1.105.0" | ||
| "devDependencies": { | ||
| "@types/node": "^10.9.4", | ||
| "rimraf": "^2.6.0", | ||
@@ -39,0 +39,0 @@ "typescript": "^3.0.3", |
+18
-18
| { | ||
| "compilerOptions": { | ||
| "compilerOptions": { | ||
| "alwaysStrict": true, | ||
| "declaration": true, | ||
| "emitDecoratorMetadata": true, | ||
| "experimentalDecorators": true, | ||
| "forceConsistentCasingInFileNames": true, | ||
| "declaration": true, | ||
| "emitDecoratorMetadata": true, | ||
| "experimentalDecorators": true, | ||
| "forceConsistentCasingInFileNames": true, | ||
| "inlineSourceMap": true, | ||
| "jsx": "react", | ||
| "lib": ["dom", "scripthost", "es2015", "es2016", "es2017"], | ||
| "module": "commonjs", | ||
| "moduleResolution": "node", | ||
| "newLine": "LF", | ||
| "noFallthroughCasesInSwitch": true, | ||
| "noImplicitReturns": true, | ||
| "noUnusedLocals": true, | ||
| "noUnusedParameters": false, | ||
| "outDir": "dist", | ||
| "pretty": true, | ||
| "strictNullChecks": true, | ||
| "target": "es5" | ||
| }, | ||
| "lib": ["dom", "scripthost", "es2015", "es2016", "es2017"], | ||
| "module": "commonjs", | ||
| "moduleResolution": "node", | ||
| "newLine": "LF", | ||
| "noFallthroughCasesInSwitch": true, | ||
| "noImplicitReturns": true, | ||
| "noUnusedLocals": true, | ||
| "noUnusedParameters": false, | ||
| "outDir": "dist", | ||
| "pretty": true, | ||
| "strictNullChecks": true, | ||
| "target": "es5" | ||
| }, | ||
| "include": [ | ||
@@ -24,0 +24,0 @@ "src" |
10334
0.41%3
-25%3
50%+ Added
+ Added