diff --git a/.gitignore b/.gitignore index 772fba3..d1e64b9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ node_modules/ coverage/ docs/ ts/typings/ +ts/**/*.js +ts/**/*.js.map diff --git a/ts/index.js b/ts/index.js deleted file mode 100644 index 97cd90e..0000000 --- a/ts/index.js +++ /dev/null @@ -1,2 +0,0 @@ -var npmg = {}; -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/ts/index.js.map b/ts/index.js.map deleted file mode 100644 index aa92184..0000000 --- a/ts/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,IAAI,IAAI,GAAG,EAEV,CAAC"} \ No newline at end of file diff --git a/ts/npmg.cli.js b/ts/npmg.cli.js deleted file mode 100644 index c652fdc..0000000 --- a/ts/npmg.cli.js +++ /dev/null @@ -1 +0,0 @@ -//# sourceMappingURL=npmg.cli.js.map \ No newline at end of file diff --git a/ts/npmg.cli.js.map b/ts/npmg.cli.js.map deleted file mode 100644 index 7168f92..0000000 --- a/ts/npmg.cli.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"npmg.cli.js","sourceRoot":"","sources":["npmg.cli.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/ts/npmg.install.js b/ts/npmg.install.js deleted file mode 100644 index 3f68fd0..0000000 --- a/ts/npmg.install.js +++ /dev/null @@ -1,14 +0,0 @@ -/// -var plugins = require("./npmg.plugins"); -var installExec = function (packageNames) { - for (var packageName in packageNames) { - plugins.shelljs.exec("npm install -g " + packageName); - } - ; -}; -var defaultPackages = plugins.smartfile.readFileToObject("../default_packages.json"); -var install = function () { - installExec(defaultPackages); -}; -module.exports = install; -//# sourceMappingURL=npmg.install.js.map \ No newline at end of file diff --git a/ts/npmg.install.js.map b/ts/npmg.install.js.map deleted file mode 100644 index 6b0eeaf..0000000 --- a/ts/npmg.install.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"npmg.install.js","sourceRoot":"","sources":["npmg.install.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC5C,IAAO,OAAO,WAAW,gBAAgB,CAAC,CAAC;AAC3C,IAAI,WAAW,GAAG,UAAS,YAAqB;IAC5C,GAAG,CAAC,CAAC,GAAG,CAAC,WAAW,IAAI,YAAY,CAAC,CAAA,CAAC;QAClC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,GAAG,WAAW,CAAC,CAAC;IAC1D,CAAC;IAAA,CAAC;AACN,CAAC,CAAC;AAEF,IAAI,eAAe,GAAG,OAAO,CAAC,SAAS,CAAC,gBAAgB,CAAC,0BAA0B,CAAC,CAAC;AAErF,IAAI,OAAO,GAAG;IACV,WAAW,CAAC,eAAe,CAAC,CAAC;AACjC,CAAC,CAAC;AAEF,iBAAS,OAAO,CAAC"} \ No newline at end of file diff --git a/ts/npmg.paths.js b/ts/npmg.paths.js deleted file mode 100644 index 61d20c4..0000000 --- a/ts/npmg.paths.js +++ /dev/null @@ -1 +0,0 @@ -//# sourceMappingURL=npmg.paths.js.map \ No newline at end of file diff --git a/ts/npmg.paths.js.map b/ts/npmg.paths.js.map deleted file mode 100644 index efae7ec..0000000 --- a/ts/npmg.paths.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"npmg.paths.js","sourceRoot":"","sources":["npmg.paths.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/ts/npmg.plugins.js b/ts/npmg.plugins.js deleted file mode 100644 index 16cd9cd..0000000 --- a/ts/npmg.plugins.js +++ /dev/null @@ -1,4 +0,0 @@ -/// -exports.shelljs = require("shelljs"); -exports.smartfile = require("smartfile"); -//# sourceMappingURL=npmg.plugins.js.map \ No newline at end of file diff --git a/ts/npmg.plugins.js.map b/ts/npmg.plugins.js.map deleted file mode 100644 index c06c3c0..0000000 --- a/ts/npmg.plugins.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"npmg.plugins.js","sourceRoot":"","sources":["npmg.plugins.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC9B,eAAO,WAAW,SAAS,CAAC,CAAC;AAChC,iBAAS,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC"} \ No newline at end of file