Skip to content

Commit

Permalink
fix(package): use lowercase name (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
replygirl committed Jul 14, 2020
1 parent 3a03d0c commit 1657a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Dual Power Project primer",
"name": "primer",
"version": "1.0.0-rc",
"private": true,
"repository": "https://github.com/BSA-US/primer.git",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title><%= htmlWebpackPlugin.options.title %></title>
<title>Dual Power Project primer</title>

<!-- START METADATA -->
<title>Dual Power Project primer</title>
Expand Down

1 comment on commit 1657a79

@vercel
Copy link

@vercel vercel bot commented on 1657a79 Jul 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.