File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11parse-domain
22============
3- ** Splits a URL into sub-domain, domain and the top-level domain.**
3+ ** Splits a URL into sub-domain, domain and the top-level domain. Provides TypeScript typings. **
44
55[ ![ ] ( https://img.shields.io/npm/v/parse-domain.svg )] ( https://www.npmjs.com/package/parse-domain )
66[ ![ ] ( https://img.shields.io/npm/dm/parse-domain.svg )] ( https://www.npmjs.com/package/parse-domain )
Original file line number Diff line number Diff line change 33 "version" : " 2.3.0" ,
44 "description" : " Splits an url into sub-domain, domain and effective top-level-domain" ,
55 "main" : " ./lib/parseDomain.js" ,
6- "types" : " ./lib /index.d.ts" ,
6+ "types" : " ./src /index.d.ts" ,
77 "scripts" : {
88 "build" : " run-s build:lib build:tries" ,
99 "build:lib" : " run-s build:lib:clean build:lib:babel" ,
6161 " scripts" ,
6262 " lists" ,
6363 " test" ,
64- " build"
64+ " build" ,
65+ " src/index.d.ts"
6566 ]
6667}
You can’t perform that action at this time.
0 commit comments