remove @types/shelljs
This commit is contained in:
		
							
								
								
									
										1
									
								
								dist/smartgit.clone.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/smartgit.clone.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -1,4 +1,3 @@ | |||||||
| import "typings-global"; |  | ||||||
| export declare let clone: (optionsArg: { | export declare let clone: (optionsArg: { | ||||||
|     from: string; |     from: string; | ||||||
|     to: string; |     to: string; | ||||||
|   | |||||||
							
								
								
									
										5
									
								
								dist/smartgit.clone.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/smartgit.clone.js
									
									
									
									
										vendored
									
									
								
							| @@ -1,11 +1,10 @@ | |||||||
| "use strict"; | "use strict"; | ||||||
| require("typings-global"); |  | ||||||
| var plugins = require("./smartgit.plugins"); | var plugins = require("./smartgit.plugins"); | ||||||
| exports.clone = function (optionsArg) { | exports.clone = function (optionsArg) { | ||||||
|     var done = plugins.Q.defer(); |     var done = plugins.Q.defer(); | ||||||
|     plugins.smartfile.fs.ensureDir(optionsArg.to); |     plugins.smartfile.fs.ensureDir(optionsArg.to); | ||||||
|     plugins.shelljs.exec("cd " + optionsArg.to + " && git clone " + optionsArg.from + " ."); |     plugins.shelljs.exec("git clone " + optionsArg.from + " " + optionsArg.to); | ||||||
|     done.resolve(); |     done.resolve(); | ||||||
|     return done.promise; |     return done.promise; | ||||||
| }; | }; | ||||||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQuY2xvbmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9zbWFydGdpdC5jbG9uZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsUUFBTyxnQkFDUCxDQUFDLENBRHNCO0FBQ3ZCLElBQU8sT0FBTyxXQUFXLG9CQUFvQixDQUFDLENBQUM7QUFHcEMsYUFBSyxHQUFHLFVBQUMsVUFNbkI7SUFDRyxJQUFJLElBQUksR0FBRyxPQUFPLENBQUMsQ0FBQyxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQzdCLE9BQU8sQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUMsRUFBRSxDQUFDLENBQUM7SUFDOUMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsUUFBTSxVQUFVLENBQUMsRUFBRSxzQkFBaUIsVUFBVSxDQUFDLElBQUksT0FBSSxDQUFDLENBQUM7SUFDOUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQ2YsTUFBTSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUM7QUFDeEIsQ0FBQyxDQUFDIn0= | //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQuY2xvbmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9zbWFydGdpdC5jbG9uZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsSUFBTyxPQUFPLFdBQVcsb0JBQW9CLENBQUMsQ0FBQztBQUdwQyxhQUFLLEdBQUcsVUFBQyxVQU1uQjtJQUNHLElBQUksSUFBSSxHQUFHLE9BQU8sQ0FBQyxDQUFDLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDN0IsT0FBTyxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsU0FBUyxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUMsQ0FBQztJQUM5QyxPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxlQUFhLFVBQVUsQ0FBQyxJQUFJLFNBQUksVUFBVSxDQUFDLEVBQUksQ0FBQyxDQUFDO0lBQ3RFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQztJQUNmLE1BQU0sQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDO0FBQ3hCLENBQUMsQ0FBQyJ9 | ||||||
							
								
								
									
										1
									
								
								dist/smartgit.commit.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/smartgit.commit.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,2 @@ | |||||||
| import "typings-global"; |  | ||||||
| declare var _default: (pathArg: string, commitMessage: string) => any; | declare var _default: (pathArg: string, commitMessage: string) => any; | ||||||
| export = _default; | export = _default; | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								dist/smartgit.commit.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/smartgit.commit.js
									
									
									
									
										vendored
									
									
								
							| @@ -1,9 +1,8 @@ | |||||||
| "use strict"; | "use strict"; | ||||||
| require("typings-global"); |  | ||||||
| var plugins = require("./smartgit.plugins"); | var plugins = require("./smartgit.plugins"); | ||||||
| module.exports = function (pathArg, commitMessage) { | module.exports = function (pathArg, commitMessage) { | ||||||
|     var done = plugins.Q.defer(); |     var done = plugins.Q.defer(); | ||||||
|     done.resolve(); |     done.resolve(); | ||||||
|     return done.promise; |     return done.promise; | ||||||
| }; | }; | ||||||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQuY29tbWl0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvc21hcnRnaXQuY29tbWl0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxRQUFPLGdCQUNQLENBQUMsQ0FEc0I7QUFDdkIsSUFBTyxPQUFPLFdBQVcsb0JBQW9CLENBQUMsQ0FBQztBQUUvQyxpQkFBUyxVQUFTLE9BQWMsRUFBQyxhQUFvQjtJQUNqRCxJQUFJLElBQUksR0FBRyxPQUFPLENBQUMsQ0FBQyxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQzdCLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQztJQUNmLE1BQU0sQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDO0FBQ3hCLENBQUMsQ0FBQyJ9 | //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQuY29tbWl0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvc21hcnRnaXQuY29tbWl0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxJQUFPLE9BQU8sV0FBVyxvQkFBb0IsQ0FBQyxDQUFDO0FBRS9DLGlCQUFTLFVBQVMsT0FBYyxFQUFDLGFBQW9CO0lBQ2pELElBQUksSUFBSSxHQUFHLE9BQU8sQ0FBQyxDQUFDLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDN0IsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQ2YsTUFBTSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUM7QUFDeEIsQ0FBQyxDQUFDIn0= | ||||||
							
								
								
									
										1
									
								
								dist/smartgit.init.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/smartgit.init.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,2 @@ | |||||||
| import "typings-global"; |  | ||||||
| declare var _default: () => void; | declare var _default: () => void; | ||||||
| export = _default; | export = _default; | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								dist/smartgit.init.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/smartgit.init.js
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,4 @@ | |||||||
| "use strict"; | "use strict"; | ||||||
| require("typings-global"); |  | ||||||
| module.exports = function () { | module.exports = function () { | ||||||
|     var gitinit = function (dest) { |     var gitinit = function (dest) { | ||||||
|         if (dest === void 0) { dest = "undefined"; } |         if (dest === void 0) { dest = "undefined"; } | ||||||
| @@ -8,4 +7,4 @@ module.exports = function () { | |||||||
|         } |         } | ||||||
|     }; |     }; | ||||||
| }; | }; | ||||||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQuaW5pdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3RzL3NtYXJ0Z2l0LmluaXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLFFBQU8sZ0JBQ1AsQ0FBQyxDQURzQjtBQUd2QixpQkFBUztJQUNMLElBQUksT0FBTyxHQUFHLFVBQVMsSUFBeUI7UUFBekIsb0JBQXlCLEdBQXpCLGtCQUF5QjtRQUM1QyxFQUFFLENBQUMsQ0FBQyxJQUFJLElBQUksV0FBVyxDQUFDLENBQUMsQ0FBQztZQUN0QixNQUFNLENBQUMsQ0FBQyxxQ0FBcUM7UUFDakQsQ0FBQztJQUdMLENBQUMsQ0FBQztBQUNOLENBQUMsQ0FBQSJ9 | //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQuaW5pdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3RzL3NtYXJ0Z2l0LmluaXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUVBLGlCQUFTO0lBQ0wsSUFBSSxPQUFPLEdBQUcsVUFBUyxJQUF5QjtRQUF6QixvQkFBeUIsR0FBekIsa0JBQXlCO1FBQzVDLEVBQUUsQ0FBQyxDQUFDLElBQUksSUFBSSxXQUFXLENBQUMsQ0FBQyxDQUFDO1lBQ3RCLE1BQU0sQ0FBQyxDQUFDLHFDQUFxQztRQUNqRCxDQUFDO0lBR0wsQ0FBQyxDQUFDO0FBQ04sQ0FBQyxDQUFBIn0= | ||||||
							
								
								
									
										1
									
								
								dist/smartgit.interfaces.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/smartgit.interfaces.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -1 +0,0 @@ | |||||||
| import "typings-global"; |  | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								dist/smartgit.interfaces.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/smartgit.interfaces.js
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1 @@ | |||||||
| "use strict"; | //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQuaW50ZXJmYWNlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3RzL3NtYXJ0Z2l0LmludGVyZmFjZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 | ||||||
| require("typings-global"); |  | ||||||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQuaW50ZXJmYWNlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3RzL3NtYXJ0Z2l0LmludGVyZmFjZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLFFBQU8sZ0JBQWdCLENBQUMsQ0FBRCJ9 |  | ||||||
							
								
								
									
										2
									
								
								dist/smartgit.plugins.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/smartgit.plugins.js
									
									
									
									
										vendored
									
									
								
							| @@ -7,4 +7,4 @@ exports.shelljs = require("shelljs"); | |||||||
| exports.smartfile = require("smartfile"); | exports.smartfile = require("smartfile"); | ||||||
| exports.smartpath = require("smartpath"); | exports.smartpath = require("smartpath"); | ||||||
| exports.smartstring = require("smartstring"); | exports.smartstring = require("smartstring"); | ||||||
| //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQucGx1Z2lucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3RzL3NtYXJ0Z2l0LnBsdWdpbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLFFBQU8sZ0JBRVAsQ0FBQyxDQUZzQjtBQUVULFlBQUksV0FBVyxNQUFNLENBQUMsQ0FBQztBQUN2QixpQkFBUyxXQUFXLFdBQVcsQ0FBQyxDQUFDO0FBQ3BDLFNBQUMsR0FBRyxPQUFPLENBQUMsR0FBRyxDQUFDLENBQUM7QUFDakIsZUFBTyxHQUFHLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQztBQUMxQixpQkFBUyxXQUFXLFdBQVcsQ0FBQyxDQUFDO0FBQ2pDLGlCQUFTLFdBQVcsV0FBVyxDQUFDLENBQUM7QUFDakMsbUJBQVcsV0FBVyxhQUFhLENBQUMsQ0FBQyJ9 | //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRnaXQucGx1Z2lucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3RzL3NtYXJ0Z2l0LnBsdWdpbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLFFBQU8sZ0JBQWdCLENBQUMsQ0FBQTtBQUVWLFlBQUksV0FBVyxNQUFNLENBQUMsQ0FBQztBQUN2QixpQkFBUyxXQUFXLFdBQVcsQ0FBQyxDQUFDO0FBQ3BDLFNBQUMsR0FBRyxPQUFPLENBQUMsR0FBRyxDQUFDLENBQUM7QUFDakIsZUFBTyxHQUFHLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQztBQUMxQixpQkFBUyxXQUFXLFdBQVcsQ0FBQyxDQUFDO0FBQ2pDLGlCQUFTLFdBQVcsV0FBVyxDQUFDLENBQUM7QUFDakMsbUJBQVcsV0FBVyxhQUFhLENBQUMsQ0FBQyJ9 | ||||||
| @@ -26,7 +26,6 @@ | |||||||
|   "homepage": "https://github.com/pushrocks/smartgit", |   "homepage": "https://github.com/pushrocks/smartgit", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@types/minimatch": "*", |     "@types/minimatch": "*", | ||||||
|     "@types/shelljs": "^0.3.23-alpha", |  | ||||||
|     "beautylog": "^5.0.13", |     "beautylog": "^5.0.13", | ||||||
|     "q": "^1.4.1", |     "q": "^1.4.1", | ||||||
|     "shelljs": "^0.7.0", |     "shelljs": "^0.7.0", | ||||||
|   | |||||||
| @@ -1,2 +1,2 @@ | |||||||
| import shelljs = require("shelljs"); | let shelljs = require("shelljs"); | ||||||
| import beautylog = require("beautylog"); | import beautylog = require("beautylog"); | ||||||
| @@ -1,4 +1,3 @@ | |||||||
| import "typings-global" |  | ||||||
| import plugins = require("./smartgit.plugins"); | import plugins = require("./smartgit.plugins"); | ||||||
| import SmartgitCheck = require("./smartgit.check"); | import SmartgitCheck = require("./smartgit.check"); | ||||||
|  |  | ||||||
| @@ -11,7 +10,7 @@ export let clone = (optionsArg: { | |||||||
| }) => { | }) => { | ||||||
|     let done = plugins.Q.defer(); |     let done = plugins.Q.defer(); | ||||||
|     plugins.smartfile.fs.ensureDir(optionsArg.to); |     plugins.smartfile.fs.ensureDir(optionsArg.to); | ||||||
|     plugins.shelljs.exec(`cd ${optionsArg.to} && git clone ${optionsArg.from} .`); |     plugins.shelljs.exec(`git clone ${optionsArg.from} ${optionsArg.to}`); | ||||||
|     done.resolve(); |     done.resolve(); | ||||||
|     return done.promise; |     return done.promise; | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| import "typings-global" |  | ||||||
| import plugins = require("./smartgit.plugins"); | import plugins = require("./smartgit.plugins"); | ||||||
|  |  | ||||||
| export = function(pathArg:string,commitMessage:string) { | export = function(pathArg:string,commitMessage:string) { | ||||||
|   | |||||||
| @@ -1,4 +1,3 @@ | |||||||
| import "typings-global" |  | ||||||
| import plugins = require("./smartgit.plugins"); | import plugins = require("./smartgit.plugins"); | ||||||
|  |  | ||||||
| export = function(){ | export = function(){ | ||||||
|   | |||||||
| @@ -1 +0,0 @@ | |||||||
| import "typings-global" |  | ||||||
| @@ -1,4 +1,4 @@ | |||||||
| import "typings-global" | import "typings-global"; | ||||||
|  |  | ||||||
| export import path = require("path"); | export import path = require("path"); | ||||||
| export import beautylog = require("beautylog"); | export import beautylog = require("beautylog"); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user