We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5235d commit d381144Copy full SHA for d381144
2 files changed
index.js
@@ -0,0 +1 @@
1
+module.exports = require('./lib/trial');
package.json
@@ -0,0 +1,14 @@
+{
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