Skip to content

Commit 69e563a

Browse files
committed
Merge pull request #22 from NativeScript/totev/properties-parser
Share properties-parser npm between NativeScript & Cordova CLIs
2 parents 3b17dcc + 2e348d0 commit 69e563a

File tree

5 files changed

+1
-29
lines changed

5 files changed

+1
-29
lines changed

lib/bootstrap.ts

-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ $injector.requireCommand("prepare", "./commands/prepare");
2121
$injector.requireCommand("build", "./commands/build");
2222

2323
$injector.require("npm", "./node-package-manager");
24-
$injector.require("propertiesParser", "./properties-parser");
2524
$injector.require("config", "./config");

lib/declarations.ts

-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@ interface INodePackageManager {
44
install(packageName: string, pathToSave?: string): IFuture<string>;
55
}
66

7-
interface IPropertiesParser {
8-
createEditor(filePath: string): IFuture<any>;
9-
}
10-
117
interface IStaticConfig extends Config.IStaticConfig { }

lib/definitions/properties-parser.d.ts

-3
This file was deleted.

lib/properties-parser.ts

-20
This file was deleted.

0 commit comments

Comments
 (0)