Skip to content

Commit 37169d4

Browse files
committed
0.0.5
1 parent a290a99 commit 37169d4

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

dist/index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
<meta charset="utf-8" />
66
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
77
<meta content="width=device-width, initial-scale=1" name="viewport" />
8-
<link href="/svg/pttrn-favicon.svg" rel="icon" type="image/svg+xml" />
8+
<link href="https://nycopportunity.github.io/patterns-framework/svg/pttrn-favicon.svg" rel="icon" type="image/svg+xml" />
99
<title>NYC Opportunity UI Patterns Framework</title>
1010
<meta content="NYC Opportunity UI Patterns Framework" name="title" />
1111
<meta content="The framework is a collection of tools and principles used to make creating pattern libraries fun for developers, transparent for teams, and sustainable beyond the lifecycle of digital products." name="description" />
1212
<meta content="website" property="og:type" />
13-
<meta content="" property="og:url" />
13+
<meta content="https://nycopportunity.github.io/patterns-framework" property="og:url" />
1414
<meta content="NYC Opportunity UI Patterns Framework" property="og:title" />
1515
<meta content="The framework is a collection of tools and principles used to make creating pattern libraries fun for developers, transparent for teams, and sustainable beyond the lifecycle of digital products." property="og:description" />
16-
<meta content="/img/open-graph.png" property="og:image" />
16+
<meta content="https://nycopportunity.github.io/patterns-framework/img/open-graph.png" property="og:image" />
1717
<meta content="summary_large_image" property="twitter:card" />
18-
<meta content="" property="twitter:url" />
18+
<meta content="https://nycopportunity.github.io/patterns-framework" property="twitter:url" />
1919
<meta content="NYC Opportunity UI Patterns Framework" property="twitter:title" />
2020
<meta content="The framework is a collection of tools and principles used to make creating pattern libraries fun for developers, transparent for teams, and sustainable beyond the lifecycle of digital products." property="twitter:description" />
21-
<meta content="/img/open-graph.png" property="twitter:image" />
21+
<meta content="https://nycopportunity.github.io/patterns-framework/img/open-graph.png" property="twitter:image" />
2222
<link href="https://fonts.gstatic.com" rel="preconnect" />
2323
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;amp;display=swap" rel="stylesheet" />
24-
<link href="/css/default.css" rel="stylesheet" />
24+
<link href="https://nycopportunity.github.io/patterns-framework/css/default.css" rel="stylesheet" />
2525
</head>
2626

2727
<body class="bg-red-30t">
@@ -190,8 +190,7 @@ <h2>Roadmap</h2>
190190
</div>
191191
</div>
192192
</footer>
193-
<script src="/js/default.js"></script>
194-
<script src="/reload/reload.js"></script>
193+
<script src="https://nycopportunity.github.io/patterns-framework/js/default.js"></script>
195194
</body>
196195

197196
</html>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nycopportunity/patterns-framework",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "The framework is a collection of tools and principles used to make creating pattern libraries fun for developers, transparent for teams, and sustainable beyond the lifecycle of digital products.",
55
"license": "GPL-3.0+",
66
"repository": {

0 commit comments

Comments
 (0)