File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1010docs
1111
1212# # this is generated by `npm pack`
13- * .tgz
13+ * .tgz
14+ test
15+ mocha.opts
Original file line number Diff line number Diff line change 22
33Any 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments