Compare commits
No commits in common. "develop" and "master" have entirely different histories.
|
@ -1,13 +0,0 @@
|
|||
name: Build/Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- develop-*
|
||||
|
||||
jobs:
|
||||
main:
|
||||
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
||||
secrets: inherit
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"preset": [
|
||||
"@lumeweb/node-library-preset"
|
||||
]
|
||||
}
|
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,11 +0,0 @@
|
|||
# [0.1.0-develop.1](https://git.lumeweb.com/LumeWeb/tld-enum/compare/v0.0.1...v0.1.0-develop.1) (2023-07-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* needs to be an es export ([98df561](https://git.lumeweb.com/LumeWeb/tld-enum/commit/98df56147ee79a0c15db54e5d3c4d32a0d4613f5))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* initial version ([97f5b99](https://git.lumeweb.com/LumeWeb/tld-enum/commit/97f5b99698fd48428f720bef36b693cb1de3739f))
|
4
LICENSE
4
LICENSE
|
@ -1,8 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2023 Hammer Technologies LLC
|
||||
Copyright (c) 2017-2018 Doug Bird
|
||||
|
||||
Copyright (c) <year> <copyright holders>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
# tld-enum
|
||||
|
||||
Content is generated from https://github.com/incognico/list-of-top-level-domains.git
|
||||
|
|
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"name": "@lumeweb/tld-enum",
|
||||
"version": "0.1.0-develop.1",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "gitea@git.lumeweb.com:LumeWeb/tld-enum.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lumeweb/node-library-preset": "^0.2.7",
|
||||
"presetter": "*"
|
||||
},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"scripts": {
|
||||
"prepare": "presetter bootstrap",
|
||||
"build": "run build",
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
1579
src/desc.ts
1579
src/desc.ts
File diff suppressed because it is too large
Load Diff
11
src/index.ts
11
src/index.ts
|
@ -1,11 +0,0 @@
|
|||
import desc from "./desc.js";
|
||||
import info from "./info.js";
|
||||
import list from "./list.js";
|
||||
import type from "./type.js";
|
||||
|
||||
export default {
|
||||
'desc': desc,
|
||||
'info': info,
|
||||
'list': list,
|
||||
'type': type,
|
||||
};
|
7887
src/info.ts
7887
src/info.ts
File diff suppressed because it is too large
Load Diff
1579
src/list.ts
1579
src/list.ts
File diff suppressed because it is too large
Load Diff
1579
src/type.ts
1579
src/type.ts
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue