Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Apr 14, 2021
1 parent 867ae38 commit df6dcfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@github/custom-element-element",
"name": "@github/typing-effect-element",
"version": "0.0.1",
"description": "Boilerplate for creating a custom element.",
"description": "A custom element that shows text as if it were being typed.",
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"license": "MIT",
"repository": "github/custom-element-boilerplate",
"repository": "github/typing-effect-element",
"files": [
"dist"
],
Expand Down

0 comments on commit df6dcfa

Please sign in to comment.