Skip to content

Commit e20100b

Browse files
committed
forgot to change name from old repo
1 parent 0be7317 commit e20100b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@domlink/server",
2+
"name": "@domlink/headless",
33
"version": "0.1.0",
44
"license": "LGPL-3.0-only",
5-
"exports": "./domlink-server.ts",
5+
"exports": "./domlink-headless.ts",
66
"exclude": ["node_modules", "out"],
77
"compilerOptions": {
88
"lib": ["dom", "es2017", "dom.iterable", "deno.ns"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Creates stubs for existing DomLink code to be semi-functional outside a browser environment.
3-
* This allows familiar code to be used when generating static pages. (see /scripts/pages.ts)
3+
* This allows familiar code to be used when generating static pages.
44
*/
55

66
class Element {

0 commit comments

Comments
 (0)