aboutsummaryrefslogtreecommitdiffstats
path: root/script/package.json
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-04 15:21:11 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-04 15:21:11 +0200
commit0450e7c2b12bd3ef53e0cffb60a3dd860325b478 (patch)
treecc73bb48ae6102b27b7b864f13585eb77ef86c2c /script/package.json
parent8eb4631bd7c4345ec2a0c9b2ca2e05bdb1d79dd7 (diff)
downloadmarkdown-rs-0450e7c2b12bd3ef53e0cffb60a3dd860325b478.tar.gz
markdown-rs-0450e7c2b12bd3ef53e0cffb60a3dd860325b478.tar.bz2
markdown-rs-0450e7c2b12bd3ef53e0cffb60a3dd860325b478.zip
Add support for unicode punctuation
Diffstat (limited to 'script/package.json')
-rw-r--r--script/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/package.json b/script/package.json
new file mode 100644
index 0000000..3dbc1ca
--- /dev/null
+++ b/script/package.json
@@ -0,0 +1,3 @@
+{
+ "type": "module"
+}