-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix handling of date objects * add repo links to package.json
- Loading branch information
Hank Conn
authored
Jun 26, 2020
1 parent
cd28af1
commit 09c8a4b
Showing
4 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"name": "@swimlane/obfuscator", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Obfuscate objects based on a JSON Schema", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
|
@@ -44,6 +44,14 @@ | |
"json", | ||
"schema" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/swimlane/obfuscator.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/swimlane/obfuscator/issues" | ||
}, | ||
"homepage": "https://github.com/swimlane/obfuscator#readme", | ||
"author": "Swimlane <[email protected]>", | ||
"license": "AGPL-3.0", | ||
"nyc": { | ||
|
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