Skip to content

Commit e3bb04a

Browse files
committed
Fixes to package files.
1 parent 60a34c2 commit e3bb04a

File tree

8 files changed

+117
-10
lines changed

8 files changed

+117
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ typings/
5757
# dotenv environment variables file
5858
.env
5959

60+
**/package-lock.json
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
{
2-
"name": "Chapter-3",
2+
"name": "Chapter_2_listing_10",
33
"version": "1.0.0",
4-
"description": "Code examples for Chapter 3 of JavaScript Data Wrangling.",
4+
"description": "Code examples for Chapter 2 of JavaScript Data Wrangling.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://ashleydavis@github.com/JavaScript-Data-Wrangling/Chapter-3.git"
11+
"url": "git+https://ashleydavis@github.com/JavaScript-Data-Wrangling/Chapter-2.git"
1212
},
1313
"keywords": [],
1414
"author": "ashley@codecapers.com.au",
1515
"license": "MIT",
1616
"bugs": {
17-
"url": "https://github.com/JavaScript-Data-Wrangling/Chapter-3/issues"
17+
"url": "https://github.com/JavaScript-Data-Wrangling/Chapter-2/issues"
1818
},
19-
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-3#readme",
19+
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-2#readme",
2020
"dependencies": {
21-
"chai": "4.1.2",
22-
"express": "4.15.4",
23-
"moment": "2.21.0",
24-
"yargs": "8.0.2"
21+
"express": "4.15.4"
2522
}
2623
}

listing-11-and-12/package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Chapter_2_listing_11_and_12",
3+
"version": "1.0.0",
4+
"description": "Code examples for Chapter 2 of JavaScript Data Wrangling.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://ashleydavis@github.com/JavaScript-Data-Wrangling/Chapter-2.git"
12+
},
13+
"keywords": [],
14+
"author": "ashley@codecapers.com.au",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/JavaScript-Data-Wrangling/Chapter-2/issues"
18+
},
19+
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-2#readme",
20+
"dependencies": {
21+
"express": "4.15.4"
22+
}
23+
}

listing-14-and-15/package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Chapter_2_listing_14_and_15",
3+
"version": "1.0.0",
4+
"description": "Code examples for Chapter 2 of JavaScript Data Wrangling.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://ashleydavis@github.com/JavaScript-Data-Wrangling/Chapter-2.git"
12+
},
13+
"keywords": [],
14+
"author": "ashley@codecapers.com.au",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/JavaScript-Data-Wrangling/Chapter-2/issues"
18+
},
19+
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-2#readme",
20+
"dependencies": {
21+
"express": "4.15.4"
22+
}
23+
}

listing-14-and-15/public/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Web server with static files",
33
"main": "index.js",
4-
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-3",
4+
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-2",
55
"authors": [
66
"Ashley Davis <ashley@codecapers.com.au>"
77
],

listing-2/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Chapter_2_listing_2",
3+
"version": "1.0.0",
4+
"description": "Code examples for Chapter 2 of JavaScript Data Wrangling.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://ashleydavis@github.com/JavaScript-Data-Wrangling/Chapter-2.git"
12+
},
13+
"keywords": [],
14+
"author": "ashley@codecapers.com.au",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/JavaScript-Data-Wrangling/Chapter-2/issues"
18+
},
19+
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-2#readme",
20+
"dependencies": {}
21+
}

listing-4/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Chapter_2_listing_4",
3+
"version": "1.0.0",
4+
"description": "Code examples for Chapter 2 of JavaScript Data Wrangling.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://ashleydavis@github.com/JavaScript-Data-Wrangling/Chapter-2.git"
12+
},
13+
"keywords": [],
14+
"author": "ashley@codecapers.com.au",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/JavaScript-Data-Wrangling/Chapter-2/issues"
18+
},
19+
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-2#readme",
20+
"dependencies": {}
21+
}

listing-6-and-7/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Chapter_2_listing_6_and_7",
3+
"version": "1.0.0",
4+
"description": "Code examples for Chapter 2 of JavaScript Data Wrangling.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://ashleydavis@github.com/JavaScript-Data-Wrangling/Chapter-2.git"
12+
},
13+
"keywords": [],
14+
"author": "ashley@codecapers.com.au",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/JavaScript-Data-Wrangling/Chapter-2/issues"
18+
},
19+
"homepage": "https://github.com/JavaScript-Data-Wrangling/Chapter-2#readme",
20+
"dependencies": {}
21+
}

0 commit comments

Comments
 (0)