update README
This commit is contained in:
parent
93d5fc3070
commit
44bb4fa9ae
@ -20,8 +20,8 @@ myGitRepo.host // "github.com"
|
|||||||
myGitRepo.user // "someorg"
|
myGitRepo.user // "someorg"
|
||||||
myGitRepo.repo // "somerepo"
|
myGitRepo.repo // "somerepo"
|
||||||
myGitRepo.accessToken // accessToken if specified with https
|
myGitRepo.accessToken // accessToken if specified with https
|
||||||
myGitRepo.sshUrl // ssh URL (computed also from https)
|
myGitRepo.sshUrl // "git@github.com:someorg/somerepo.git" (computed also from https)
|
||||||
myGitRepo.httpsUrl // https URL (computed also from ssh)
|
myGitRepo.httpsUrl // "https://github.com/someorg/somerepo.git" (computed also from ssh)
|
||||||
|
|
||||||
// smartstring.Domain class
|
// smartstring.Domain class
|
||||||
let myDomain = new smartstring.Domain("https://sub.main.tld");
|
let myDomain = new smartstring.Domain("https://sub.main.tld");
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "smartstring",
|
"name": "smartstring",
|
||||||
"version": "2.0.3",
|
"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",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user