Skip to content

Commit 8b897d1

Browse files
committed
fix the package name
npm doesn't like capitals in package names
1 parent b41194a commit 8b897d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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,5 +1,5 @@
11
{
2-
"name": "AllAboutOlaf",
2+
"name": "all-about-olaf",
33
"version": "2.2.3",
44
"private": true,
55
"allaboutolaf": {

0 commit comments

Comments
 (0)