This repository was archived by the owner on Sep 5, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc868a1
commit a40929e
Showing
6 changed files
with
34 additions
and
164 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021 Sniptt | ||
Copyright (c) 2021 Sniptt <[email protected]> (sniptt.com) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
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,7 +1,7 @@ | ||
{ | ||
"name": "sniptt", | ||
"version": "0.0.50", | ||
"description": "The secret manager that developers love!", | ||
"description": "A simple developer-friendly CLI for managing secrets", | ||
"main": "./build/cli.js", | ||
"bin": { | ||
"sniptt": "./build/cli.js", | ||
|
@@ -24,10 +24,10 @@ | |
"secrets", | ||
"sharing-secrets" | ||
], | ||
"author": "sniptt.com <[email protected]> (https://github.com/sniptt-official)", | ||
"author": "Sniptt <[email protected]> (sniptt.com)", | ||
"license": "MIT", | ||
"homepage": "https://github.com/sniptt-official/snip-cli", | ||
"bugs": "https://github.com/sniptt-official/snip-cli/issues", | ||
"homepage": "https://github.com/sniptt-official/snip", | ||
"bugs": "https://github.com/sniptt-official/snip/issues", | ||
"scripts": { | ||
"test": "ava", | ||
"test:ci": "nyc ava --fail-fast", | ||
|