@schirkan/reactron-interfaces
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -6,4 +6,4 @@ import { ISystemSettings } from './ISystemSettings'; | ||
root: string; | ||
localModulesRoot: string; | ||
npmModulesRoot: string; | ||
modulesRootPath: string; | ||
nodeModulesPath: string; | ||
isDev: boolean; | ||
@@ -10,0 +10,0 @@ frontendPort: number; |
{ | ||
"name": "@schirkan/reactron-interfaces", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "interfaces for reactron modules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,4 +7,4 @@ import { ISystemSettings } from './ISystemSettings'; | ||
root: string; | ||
localModulesRoot: string; | ||
npmModulesRoot: string; | ||
modulesRootPath: string; | ||
nodeModulesPath: string; | ||
isDev: boolean; | ||
@@ -11,0 +11,0 @@ frontendPort: number; |