Browse Source

[version] Bump to 0.6.0

0.7.0-breaking-rewrite
Muthu Kumar 6 years ago
parent
commit
4863d540bd
  1. 2
      package.json
  2. 1
      strategy.js

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "@klenty/gunner", "name": "@klenty/gunner",
"version": "0.4.0", "version": "0.6.0",
"description": "Zero magic, fast test-runner and assertion framework. No magic globals.", "description": "Zero magic, fast test-runner and assertion framework. No magic globals.",
"main": "index.js", "main": "index.js",
"repository": { "repository": {

1
strategy.js

@ -0,0 +1 @@
module.exports = require('./src/strategy');
Loading…
Cancel
Save