From f0132fa147947855727e87ef1eb8e2addf7d6d0b Mon Sep 17 00:00:00 2001 From: David Federman Date: Wed, 14 Mar 2018 20:35:59 -0700 Subject: [PATCH] Bump to 1.0.0 --- README.md | 10 +++++++++- package.json | 12 ++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4b8696a..40e1811 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,12 @@ module.exports = function(config) { You can pass a list of reporters as a CLI argument too: ```bash karma start --reporters kjhtml -``` \ No newline at end of file +``` + +## Develop + +There's not much to this package. + +`adapter.js` and `html.jasmine.reporter.js` are copied with small adjustments from `jasmine/lib/jasmine-core/boot.js` and `jasmine/lib/jasmine-core/jasmine-html.js` respectively. + +Just pull over changes from Jasmine as needed. diff --git a/package.json b/package.json index f1f2c0d..0381927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-jasmine-html-reporter", - "version": "0.3.0", + "version": "1.0.0", "description": "A Karma plugin. Dynamically displays tests results at debug.html page", "main": "./src/index.js", "keywords": [ @@ -9,10 +9,14 @@ "html" ], "repository": { - "url": "https://github.com/taras42/karma-jasmine-html-reporter" + "url": "https://github.com/dfederm/karma-jasmine-html-reporter" }, "author": "", "contributors": [ + { + "name": "David Federman", + "url": "https://github.com/dfederm" + }, { "name": "Yudha Setiawan", "url": "https://github.com/yudhasetiawan" @@ -24,10 +28,6 @@ { "name": "protazy", "url": "https://github.com/protazy" - }, - { - "name": "David Federman", - "url": "https://github.com/dfederm" } ], "dependencies": {