From 29c1d39a2c98859c961ef646c7694d891c706662 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Wed, 3 Mar 2021 14:24:11 +0200 Subject: [PATCH] feat: Create npm package --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f055f6..90edca3 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,14 @@ { "author": "Ellinor Rapp", - "dependencies": { + "devDependencies": { "@excalidraw/prettier-config": "1.0.2", "prettier": "2.2.1" }, "description": "Virgil: handwritten font that powers Excalidraw", + "files": [ + "Virgil.woff2", + "LICENSE.md" + ], "license": "OFL-1.1", "name": "virgil", "prettier": "@excalidraw/prettier-config",