We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f88ae6 commit 65fb4a4Copy full SHA for 65fb4a4
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Changelog
2
+
3
+Any changes, including backwards incompatible changes will be listed here
4
5
+## 1.0.0 (12/02/2019)
6
7
+- Drop unused branches
8
+- Update dependencies
9
+- Add coverage testing
10
package.json
@@ -1,11 +1,8 @@
{
"name": "postcode",
- "version": "0.2.5",
+ "version": "1.0.0",
"description": "UK Postcode helper methods",
"main": "index.js",
- "directories": {
- "test": "tests"
- },
"dependencies": {},
"prettier": {},
11
"devDependencies": {
0 commit comments