Skip to content

Commit d381144

Browse files
committed
make npm happy
1 parent 9a5235d commit d381144

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./lib/trial');

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "trial",
3+
"description": "A testing framework",
4+
"version": "0.0.1",
5+
"author": "Theo Schlossnagle",
6+
"repository": {
7+
"type": "git",
8+
"url": "http://github.com/postwait/node-test.git"
9+
},
10+
"directories": {
11+
"lib": "./lib/trial"
12+
},
13+
"main": "lib/trial/index.js"
14+
}

0 commit comments

Comments
 (0)