Skip to content

Commit dd273bf

Browse files
authored
breaking: remove cordova info logic from lib (#846)
* breaking: remove cordova info logic from lib * chore: remove unused indent-string dependency
1 parent 2308307 commit dd273bf

File tree

4 files changed

+2
-122
lines changed

4 files changed

+2
-122
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"execa": "^4.0.3",
2222
"fs-extra": "^9.0.1",
2323
"globby": "^11.0.1",
24-
"indent-string": "^4.0.0",
2524
"init-package-json": "^1.10.3",
2625
"md5-file": "^5.0.0",
2726
"pify": "^5.0.0",

src/cordova/cordova.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ exports = module.exports = {
5454
platforms: require('./platform'),
5555
compile: require('./compile'),
5656
run: require('./run'),
57-
info: require('./info'),
5857
targets: require('./targets'),
5958
requirements: require('./requirements'),
6059
projectMetadata: require('./project_metadata'),

src/cordova/info.js

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)