Skip to content

Commit 911cd69

Browse files
authored
Merge pull request #5 from ideal-postcodes/2.0.1
Shrink package size and bump patch number
2 parents dec2575 + 9d4823e commit 911cd69

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ jobs:
2121
- image: circleci/node:8
2222
steps:
2323
- checkout
24-
- restore_cache:
25-
keys:
26-
- npm-deps-{{ checksum "package-lock.json" }}
2724
- run: npm install
28-
- save_cache:
29-
key: npm-deps-{{ checksum "package-lock.json" }}
30-
paths:
31-
- node_modules/
3225
- run: npm test
3326
- run: npm run coverage
3427

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ lib
1010
docs
1111

1212
## this is generated by `npm pack`
13-
*.tgz
13+
*.tgz
14+
test
15+
mocha.opts

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Any changes, including backwards incompatible changes will be listed here
44

5+
## 2.0.1 (08/06/2018)
6+
- Reduce package size by dropping `test` and `mocha.opts`
7+
58
## 2.0.0 (08/06/2018)
69
- *Breaking Change.* Module now exports an object with a capitalisation function
710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capitalise-post-town",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Capitalise UK post towns correctly",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)