@pure-ds/core 0.5.8 → 0.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
import { readFile, writeFile, mkdir, access } from 'fs/promises';
|
|
4
|
+
import { existsSync } from 'fs';
|
|
4
5
|
import path from 'path';
|
|
5
6
|
import { spawn } from 'child_process';
|
|
6
7
|
|
|
@@ -102,7 +103,7 @@ function buildWcHome() {
|
|
|
102
103
|
<article class="card text-center border-gradient surface-translucent-50">
|
|
103
104
|
<header>
|
|
104
105
|
<h1>Welcome to Pure Design System</h1>
|
|
105
|
-
<h2>
|
|
106
|
+
<h2 class="text-muted">Build on What Lasts</h2>
|
|
106
107
|
</header>
|
|
107
108
|
<div class="stack-lg">
|
|
108
109
|
<p>
|
|
@@ -114,9 +115,9 @@ function buildWcHome() {
|
|
|
114
115
|
<button class="btn-primary btn-lg" data-enhanced-btn-working="true">
|
|
115
116
|
Get Started
|
|
116
117
|
</button>
|
|
117
|
-
<
|
|
118
|
+
<a href="https://pureweb.dev" class="btn btn-secondary btn-lg" data-enhanced-btn-working="true">
|
|
118
119
|
Learn More
|
|
119
|
-
</
|
|
120
|
+
</a>
|
|
120
121
|
</nav>
|
|
121
122
|
</article>
|
|
122
123
|
\`;
|