@hubspot/project-parsing-lib 0.1.7 → 0.1.8-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/lib/migrate.js +1 -1
package/package.json
CHANGED
package/src/lib/migrate.js
CHANGED
|
@@ -85,7 +85,7 @@ function convertIRToProjectConfig(IR) {
|
|
|
85
85
|
type: (0, transform_1.mapToUserFacingType)(componentType),
|
|
86
86
|
// We are assuming no dependencies for now since this will be a freshly migrated
|
|
87
87
|
// project and the current supported components don't have non-hierarchical dependencies
|
|
88
|
-
dependencies:
|
|
88
|
+
dependencies: undefined,
|
|
89
89
|
};
|
|
90
90
|
}
|
|
91
91
|
function getTargetDirectoryFromComponentType(componentType) {
|