Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Expose subpackages by creating files at root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Dec 19, 2017
1 parent 15f4f18 commit e39dda6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions chai.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("./lib/chai");
1 change: 1 addition & 0 deletions jasmine.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("./lib/jasmine");
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"type": "git",
"url": "git://github.com/zeroturnaround/strict-spies.git"
},
"main": "lib/",
"files": [
"lib/"
"lib/",
"chai.js",
"jasmine.js"
],
"engines": {
"node": ">= 4.0"
Expand Down

0 comments on commit e39dda6

Please sign in to comment.