mof-parts-awesomeicon
Advanced tools
Comparing version 0.0.1 to 0.0.2
12
index.js
/** | ||
* @file BandText.js | ||
*/ | ||
require('mofron-parts-text'); | ||
mofron.parts.AwesomeIcon = class extends mofron.parts.Text { | ||
constructor (ico) { | ||
try { | ||
console.log(ico); | ||
super(ico); | ||
} catch (e) { | ||
console.error(e.stack); | ||
throw e; | ||
} | ||
} | ||
initContents(vd, prm) { | ||
@@ -16,0 +8,0 @@ try { |
{ | ||
"name": "mof-parts-awesomeicon", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "AwesomeIcon of mofron parts", | ||
@@ -9,2 +9,5 @@ "main": "index.js", | ||
}, | ||
"dependencies": { | ||
"mofron-parts-text" : "^0.0.2" | ||
}, | ||
"repository": { | ||
@@ -11,0 +14,0 @@ "type": "git", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4
1
3
2164
1
17
+ Addedmofron-parts-text@^0.0.2
+ Addedmofron@0.0.1(transitive)
+ Addedmofron-parts-text@0.0.2(transitive)