Skip to content

Commit 13425ec

Browse files
committed
update package name and description in package.json for dwyl#17
1 parent 4446469 commit 13425ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "todomvc-example-in-vanilla-javascript-using-elm-architecture-",
3-
"description": "Learn how to use The Elm Architecture in JavaScript to create functional and fast UI!",
2+
"name": "javascript-todo-list-tutorial",
3+
"description": "Learn how to build a Todo List in JavaScript following Test Driven Development TDD!",
44
"version": "1.0.1",
55
"homepage": "https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example",
66
"main": "index.html",

0 commit comments

Comments
 (0)