Skip to content

Commit 1d25d44

Browse files
committed
Update deps; Fix tests
1 parent eafe35a commit 1d25d44

File tree

3 files changed

+535
-237
lines changed

3 files changed

+535
-237
lines changed

package-lock.json

Lines changed: 302 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
"directories": {
77
"test": "tests"
88
},
9-
"dependencies": {
10-
},
9+
"dependencies": {},
10+
"prettier": {},
1111
"devDependencies": {
12-
"mocha": "~1.17.0",
13-
"csv": "~0.3.6",
14-
"chai": "~4.2.0"
12+
"chai": "~4.2.0",
13+
"csv": "~5.1.1",
14+
"mocha": "~5.2.0",
15+
"prettier": "~1.16.4"
1516
},
1617
"scripts": {
17-
"test": "mocha tests/"
18+
"test": "node_modules/.bin/mocha tests/ --exit"
1819
},
1920
"repository": {
2021
"type": "git",
@@ -26,7 +27,7 @@
2627
"validation",
2728
"parsing"
2829
],
29-
"author": "Chris Blanchard",
30+
"author": "Ideal Postcodes",
3031
"license": "MIT",
3132
"bugs": {
3233
"url": "https://github.com/ideal-postcodes/postcode.js/issues"

0 commit comments

Comments
 (0)