Skip to content

Commit c07ade8

Browse files
committed
Lighter production installs
1 parent 58d4235 commit c07ade8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"expresso": "~0.9"
1212
, "should": "~0.6"
1313
}
14-
, "main": "./index.js"
14+
, "main": "lib"
15+
, "files": [
16+
"lib"
17+
]
1518
, "scripts": {
1619
"test": "make test"
1720
}

0 commit comments

Comments
 (0)