Skip to content

Commit

Permalink
chore(package): update bower.json and package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 26, 2017
1 parent 179b61d commit 69a4feb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
23 changes: 12 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "jasmine-expect",
"main": "dist/jasmine-matchers.js",
"version": "2.0.0-beta1",
"description": "Write Beautiful Specs with Custom Matchers",
"version": "3.7.1",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"homepage": "https://github.com/JamieMason/Jasmine-Matchers",
"authors": [
"Jamie Mason <[email protected]>"
],
"description": "Write Beautiful Specs with Jasmine Custom Matchers",
"keywords": [
"assertions",
"BDD",
"expectations",
"expects",
"jasmine",
"testing",
"unit",
"karma",
"tdd",
"bdd"
"jest",
"TDD",
"test-matchers",
"testing"
],
"license": "MIT",
"main": "dist/jasmine-matchers.js",
"ignore": [
"**/.*",
"*.conf.js",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "jasmine-expect",
"description": "Additional matchers for the Jasmine BDD JavaScript testing library",
"description": "Write Beautiful Specs with Custom Matchers",
"version": "3.7.1",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": {
"url": "https://github.com/JamieMason/Jasmine-Matchers/issues"
},
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/Jasmine-Matchers/issues",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down Expand Up @@ -64,15 +62,17 @@
"keywords": [
"BDD",
"TDD",
"assertions",
"expectations",
"expects",
"jasmine",
"jest",
"test-matchers",
"testing"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/JamieMason/Jasmine-Matchers.git"
},
"main": "dist/jasmine-matchers.js",
"repository": "JamieMason/Jasmine-Matchers",
"scripts": {
"browserstack-android": "karma start karma/browserstack-android.conf.js",
"browserstack-chrome": "karma start karma/browserstack-chrome.conf.js",
Expand Down

0 comments on commit 69a4feb

Please sign in to comment.