@nutui/draw-page-structure
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@nutui/draw-page-structure", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "a way to make skeleton screen", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -29,3 +29,3 @@ const fs = require('fs'); | ||
this.rootNode = rootNode || ''; | ||
this.header = header; | ||
this.header = header || ''; | ||
this.device = device; | ||
@@ -32,0 +32,0 @@ this.headless = headless; |
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
46886