Skip to content

Commit e6cb83f

Browse files
committed
update package.json to new repo #5
1 parent b5732fd commit e6cb83f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "learn-elm-architecture-in-javascript",
2+
"name": "todomvc-example-in-vanilla-javascript-using-elm-architecture-",
33
"description": "Learn how to use The Elm Architecture in JavaScript to create functional and fast UI!",
44
"version": "1.0.1",
5-
"homepage": "https://github.com/dwyl/learn-elm-architecture-in-javascript",
6-
"main": "examples/01-counter-basic.html",
5+
"homepage": "https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example",
6+
"main": "index.html",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/dwyl/learn-tachyons.git"
9+
"url": "https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example.git"
1010
},
1111
"author": "@dwyl & friends!",
1212
"devDependencies": {
1313
"decache": "^4.4.0",
1414
"istanbul": "^0.4.5",
15-
"jsdom": "^11.0.0",
15+
"jsdom": "^13.0.0",
1616
"jsdom-global": "^3.0.2",
1717
"live-server": "^1.2.0",
1818
"pre-commit": "^1.2.2",
@@ -29,14 +29,16 @@
2929
"test": "istanbul cover tape ./test/*.test.js | tap-spec"
3030
},
3131
"keywords": [
32-
"Elm",
33-
"architecture",
32+
"Todo List",
33+
"TodoMVC",
3434
"functional",
3535
"fast",
3636
"learn",
3737
"beginner",
3838
"tutorial",
39-
"how to"
39+
"how to",
40+
"Elm",
41+
"architecture"
4042
],
4143
"license": "ISC",
4244
"pre-commit": [

0 commit comments

Comments
 (0)