We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d39ef commit 58d484dCopy full SHA for 58d484d
Makefile
@@ -5,7 +5,7 @@ TEST_FILES:=$(shell find test/ -type f -name '*.ts')
5
all: build
6
7
.PHONY:build
8
-build: dist/build
+build: dist/build assets
9
10
.PHONY:test
11
test:
changelog.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+1.1.4 (????-??-??)
+------------------
+
+* Make sure html-form-enhancer is included in npm build.
1.1.3 (2024-12-06)
------------------
12
0 commit comments