gen-idea-libs
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -21,3 +21,4 @@ 'use strict'; | ||
); | ||
const depTemplate = '<orderEntry type="library" name="%name%" level="project" />'; | ||
const depTemplate = | ||
'<orderEntry type="library" name="%name%" level="project" />'; | ||
let iml; | ||
@@ -24,0 +25,0 @@ let _imlPath = imlPath; |
{ | ||
"name": "gen-idea-libs", | ||
"version": "1.0.4", | ||
"description": "Generate IntelliJ Idea libs config from given npm kotlinJs dependencies", | ||
"version": "1.0.5", | ||
"description": "Generates IntelliJ IDEA library configuration from given npm dependencies", | ||
"main": "generate", | ||
@@ -6,0 +6,0 @@ "author": "Filipp Riabchun", |
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
2191
53