Skip to content

Commit

Permalink
Reduced npm package size by excluding tests, bower and CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginden authored and whitequark committed Jan 14, 2018
1 parent c81198c commit 2906429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"scripts": {
"test": "cake build test"
},
"files": [
"lib/",
"ipaddr.min.js"
],
"keywords": ["ip", "ipv4", "ipv6"],
"repository": "git://github.com/whitequark/ipaddr.js",
"main": "./lib/ipaddr.js",
Expand Down

0 comments on commit 2906429

Please sign in to comment.