@schirkan/reactron-interfaces
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -5,2 +5,3 @@ export interface IModuleRepositoryItem { | ||
path: string; | ||
type: 'git' | 'npm' | undefined; | ||
description: string; | ||
@@ -7,0 +8,0 @@ version?: string; |
{ | ||
"name": "@schirkan/reactron-interfaces", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "interfaces for reactron modules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,2 +5,3 @@ export interface IModuleRepositoryItem { | ||
path: string; | ||
type: 'git' | 'npm' | undefined; | ||
description: string; | ||
@@ -7,0 +8,0 @@ version?: string; |
46416
1115