Skip to content

Commit f1b46dc

Browse files
committed
add challenge 21 Geolocation
1 parent d8808de commit f1b46dc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

21 - Geolocation/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "gum",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "scripts.js",
6+
"scripts": {
7+
"start" : "browser-sync start --directory --server --files '*.css, *.html, *.js' --https"
8+
},
9+
"author": "",
10+
"license": "ISC",
11+
"devDependencies": {
12+
"browser-sync": "^2.12.5"
13+
}
14+
}

0 commit comments

Comments
 (0)