Skip to content

Commit cd42165

Browse files
committed
Use package.json to specify files in package.
1 parent 099d60b commit cd42165

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,12 @@
4747
"repository": {
4848
"type": "git",
4949
"url": "https://github.com/justinlatimer/node-midi.git"
50-
}
50+
},
51+
"files": [
52+
"midi.js",
53+
"binding.gyp",
54+
"src/",
55+
"test/",
56+
"vendor/"
57+
]
5158
}

0 commit comments

Comments
 (0)