diff --git a/package.json b/package.json index 9ecc65b..93b590b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@klenty/gunner", - "version": "0.4.0", + "version": "0.6.0", "description": "Zero magic, fast test-runner and assertion framework. No magic globals.", "main": "index.js", "repository": { diff --git a/strategy.js b/strategy.js new file mode 100644 index 0000000..15c9ab4 --- /dev/null +++ b/strategy.js @@ -0,0 +1 @@ +module.exports = require('./src/strategy');