Skip to content

Commit 091cdd2

Browse files
committed
Only include lib in releases
1 parent d9b177e commit 091cdd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.3.0",
44
"description": "DOM plugin for the unexpected assertion libary",
55
"main": "lib/index.js",
6-
"directories": {
7-
"test": "test"
8-
},
6+
"files": [
7+
"lib"
8+
],
99
"scripts": {
1010
"lint": "jshint . --exclude-path .gitignore",
1111
"test": "npm run lint && mocha",

0 commit comments

Comments
 (0)