Skip to content

Commit

Permalink
npmignore. Closes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jul 28, 2016
1 parent 1482d58 commit 32086ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!lib/**
!.npmignore
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ language: node_js
node_js:
- "4"
- "6"
- "node"

sudo: false
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2014-2016, Project contributors.
Copyright (c) 2014, Walmart.
Copyright (c) 2014-2016, Project contributors
Copyright (c) 2014, Walmart
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mimos",
"description": "Mime database interface",
"version": "3.0.2",
"version": "3.0.3",
"repository": "git://github.com/hapijs/mimos",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit 32086ff

Please sign in to comment.