Skip to content

Commit

Permalink
Update package.json and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
tregagnon committed Jul 5, 2016
1 parent d374281 commit ce4473a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Evan Sharp
Copyright (c) 2015 Evan Sharp / Dashlane Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "karma-bamboo-reporter",
"version": "0.1.2",
"version": "0.2.0",
"author": "TheSharpieOne",
"contributors": ["Dashlane"],
"license": "MIT",
"homepage": "https://github.com/TheSharpieOne/karma-bamboo-reporter",
"description": "A Karma plugin. Report results in bamboo json format.",
"description": "Karma reporter that integrates with Bamboo tests reports",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository":{
"type": "git",
"url": "git://github.com/TheSharpieOne/karma-bamboo-reporter.git"
"url": "git://github.com/Dashlane/karma-bamboo-reporter.git"
},
"keywords": [
"karma-plugin",
Expand Down

0 comments on commit ce4473a

Please sign in to comment.