Skip to content

Commit ea4187a

Browse files
authored
Update package.json
1 parent 075ab17 commit ea4187a

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
{
2-
"name": "javascript-strings-lab",
2+
"name": "js-variables-lab",
33
"version": "0.2.0",
4-
"description": "JavaScript Strings Code-along for Learn.co",
4+
"description": "JavaScript Variables Lab for Learn.co",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+ssh://git@github.com/learn-co-curriculum/javascript-strings-lab.git"
8+
"url": "git+ssh://git@github.com/learn-co-curriculum/js-basics-variables-lab.git"
99
},
1010
"keywords": [
1111
"learn",
1212
"flatiron school",
1313
"javascript",
14-
"strings",
15-
"code-along"
14+
"variables",
15+
"let",
16+
"const",
17+
"lab"
1618
],
17-
"author": "@gj",
19+
"author": "@jk",
1820
"license": "SEE LICENSE IN LICENSE.md",
1921
"bugs": {
20-
"url": "https://github.com/learn-co-curriculum/javascript-strings-lab/issues"
22+
"url": "https://github.com/learn-co-curriculum/js-basics-variables-lab/issues"
2123
},
22-
"homepage": "https://github.com/learn-co-curriculum/javascript-strings-lab#readme",
24+
"homepage": "https://github.com/learn-co-curriculum/js-basics-variables-lab#readme",
2325
"devDependencies": {
2426
"learn-browser": "^0.1.6"
2527
}

0 commit comments

Comments
 (0)