Skip to content

Commit

Permalink
update to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerei committed Apr 24, 2023
1 parent 79b1d72 commit d181c2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chloerei/material-ui",
"version": "0.0.16",
"version": "0.0.17",
"description": "A Material Design front-end component library.",
"style": "dist/css/material-ui.css",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Save this content to HTML file and start play with Material UI.
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Material UI</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chloerei/[email protected].16/dist/material-ui.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chloerei/[email protected].17/dist/material-ui.css">
</head>
<body>
<h1 class="headline-large">Hello World</h1>
Expand Down
2 changes: 1 addition & 1 deletion site/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Or use with bundle tool:
Add this code to your page head:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chloerei/[email protected].16/dist/material-ui.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chloerei/[email protected].17/dist/material-ui.css">
```

0 comments on commit d181c2a

Please sign in to comment.