forked from rpeterclark/aspunit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added StrictEqual assertion to ASPUnitTester.
- Modified package.json to reflect this repository. - Updated version number for new release.
- Loading branch information
Showing
3 changed files
with
33 additions
and
9 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
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
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,24 +1,27 @@ | ||
{ | ||
"name": "aspunit", | ||
"description": "A Classic ASP Unit Testing Framework", | ||
"version": "0.1.1-0", | ||
"homepage": "https://github.com/rpeterclark/aspunit", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/s-kerdel/ASPUnit", | ||
"author": { | ||
"name": "R. Peter Clark", | ||
"email": "[email protected]", | ||
"url": "http://www.rpeterclark.com" | ||
"name": "S. Kerdel", | ||
"email": "[email protected]", | ||
"url": "https://www.exdev.nl" | ||
}, | ||
"contributors": [ | ||
{"name":"R. Peter Clark", "email":"[email protected]", "url":"http://www.rpeterclark.com"} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/rpeterclark/aspunit.git" | ||
"url": "git://github.com/s-kerdel/ASPUnit.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/rpeterclark/aspunit/issues" | ||
"url": "https://github.com/s-kerdel/ASPUnit/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/rpeterclark/aspunit/blob/master/LICENSE-MIT" | ||
"url": "https://github.com/s-kerdel/ASPUnit/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"scripts": { | ||
|