@schirkan/reactron-interfaces
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -5,3 +5,3 @@ export interface IModuleRepositoryItem { | ||
path: string; | ||
type: 'git' | 'npm' | undefined; | ||
type: 'local' | 'git' | 'npm' | 'npm+git' | undefined; | ||
description: string; | ||
@@ -8,0 +8,0 @@ version?: string; |
{ | ||
"name": "@schirkan/reactron-interfaces", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "interfaces for reactron modules", | ||
"keywords": [ | ||
"reactron" | ||
"reactron", | ||
"interface" | ||
], | ||
@@ -26,9 +27,9 @@ "author": { | ||
"devDependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^1.2.15", | ||
"@fortawesome/fontawesome-svg-core": "^1.2.17", | ||
"@types/electron": "^1.6.10", | ||
"@types/express": "^4.16.1", | ||
"@types/node": "^11.10.4", | ||
"@types/react": "^16.8.6", | ||
"typescript": "^3.3.3333" | ||
"@types/node": "^12.0.0", | ||
"@types/react": "^16.8.16", | ||
"typescript": "^3.4.5" | ||
} | ||
} | ||
} |
@@ -5,6 +5,9 @@ export interface IModuleRepositoryItem { | ||
path: string; | ||
type: 'git' | 'npm' | undefined; | ||
type: 'local' | 'git' | 'npm' | 'npm+git' | undefined; | ||
description: string; | ||
version?: string; | ||
author?: string | { name?: string, email?: string }; | ||
author?: string | { | ||
name?: string, | ||
email?: string | ||
}; | ||
repository?: string; | ||
@@ -11,0 +14,0 @@ browserFile?: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46504
1118