-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package): update bower.json and package.json metadata
- Loading branch information
1 parent
179b61d
commit 69a4feb
Showing
2 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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", | ||
|