update README
This commit is contained in:
parent
93d5fc3070
commit
44bb4fa9ae
@ -20,8 +20,8 @@ myGitRepo.host // "github.com"
|
||||
myGitRepo.user // "someorg"
|
||||
myGitRepo.repo // "somerepo"
|
||||
myGitRepo.accessToken // accessToken if specified with https
|
||||
myGitRepo.sshUrl // ssh URL (computed also from https)
|
||||
myGitRepo.httpsUrl // https URL (computed also from ssh)
|
||||
myGitRepo.sshUrl // "git@github.com:someorg/somerepo.git" (computed also from https)
|
||||
myGitRepo.httpsUrl // "https://github.com/someorg/somerepo.git" (computed also from ssh)
|
||||
|
||||
// smartstring.Domain class
|
||||
let myDomain = new smartstring.Domain("https://sub.main.tld");
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "smartstring",
|
||||
"version": "2.0.3",
|
||||
"description": "bundles a bunch of (regex) matching and altering methods.",
|
||||
"description": "handle strings in smart ways. TypeScript ready.",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user