This repository has been archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(links): adjust links to account for patternlab-node monorepo
part of pattern-lab/patternlab-node#815
- Loading branch information
1 parent
997b37d
commit cc0d8a6
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<p>Pick the Node version of Pattern Lab you'd like based on your environment or task runner preference:</p> | ||
<ul class="link-desc-list"> | ||
<li class="link-desc-list__item"> | ||
<a class="link-desc-list__link" href="https://github.com/pattern-lab/edition-node ">Vanilla Edition</a> | ||
<p class="link-desc-list__desc">The pure Node wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a></p> | ||
<a class="link-desc-list__link" href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node">Vanilla Edition</a> | ||
<p class="link-desc-list__desc">The pure Node wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a></p> | ||
</li> | ||
<li class="link-desc-list__item"> | ||
<a class="link-desc-list__link" href="https://github.com/pattern-lab/edition-node-gulp ">Gulp Edition</a> | ||
<p class="link-desc-list__desc">The Gulp wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a></p> | ||
<a class="link-desc-list__link" href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp">Gulp Edition</a> | ||
<p class="link-desc-list__desc">The Gulp wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a></p> | ||
</li> | ||
<li class="link-desc-list__item"> | ||
<a class="link-desc-list__link" href="https://github.com/pattern-lab/edition-node-grunt">Grunt Edition</a> | ||
<p class="link-desc-list__desc">The Grunt wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a></p> | ||
<p class="link-desc-list__desc">The Grunt wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a></p> | ||
</li> | ||
<li class="link-desc-list__item"> | ||
<a class="link-desc-list__link" href="https://github.com/Comcast/patternlab-edition-node-webpack">Webpack Edition</a> | ||
<p class="link-desc-list__desc">The Webpack wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a> Thanks to the team at Comcast for <a href="https://comcast.github.io">open-sourcing</a> this stellar work!</p> | ||
<p class="link-desc-list__desc">The Webpack wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a> Thanks to the team at Comcast for <a href="https://comcast.github.io">open-sourcing</a> this stellar work!</p> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters