Skip to content

Commit 58d484d

Browse files
committed
Make sure html-form-enhancer is included in npm build
1 parent 51d39ef commit 58d484d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TEST_FILES:=$(shell find test/ -type f -name '*.ts')
55
all: build
66

77
.PHONY:build
8-
build: dist/build
8+
build: dist/build assets
99

1010
.PHONY:test
1111
test:

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
1.1.4 (????-??-??)
5+
------------------
6+
7+
* Make sure html-form-enhancer is included in npm build.
8+
9+
410
1.1.3 (2024-12-06)
511
------------------
612

0 commit comments

Comments
 (0)