Skip to content

Commit

Permalink
📝 add recommended fields to package.json
Browse files Browse the repository at this point in the history
Resolves #3
  • Loading branch information
blakek committed Mar 22, 2019
1 parent c12ca38 commit 92362b9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,27 @@
"url": "https://github.com/blakek/us-zips.git",
"type": "git"
},
"author": "Blake Knight <[email protected]> (http://blakek.me/)",
"author": "Blake Knight <[email protected]> (https://blakek.me/)",
"contributors": [
"Blake Knight <[email protected]> (https://blakek.me/)"
],
"engines": {
"node": ">=6"
},
"keywords": [
"zip",
"zipcode",
"postal",
"code"
],
"license": "MIT",
"scripts": {
"make:array": "node scripts/make-array.js",
"make:key-value": "node scripts/make-key-value.js",
"make:map": "node scripts/make-map.js",
"test": "ava"
},
"dependencies": {},
"devDependencies": {
"ava": "^0.25.0"
}
Expand Down

0 comments on commit 92362b9

Please sign in to comment.