From 2e38c76806f87ca4e386bbf5782d53ae13a196f7 Mon Sep 17 00:00:00 2001 From: oott123 Date: Sat, 27 Feb 2021 10:55:12 +0800 Subject: [PATCH] v0.3.0 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3af5d3c..9ee56be 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,13 @@ { "name": "@thewakingsands/axis-font-icons", - "version": "0.2.1", + "version": "0.3.0", "main": "index.css", - "files": ["index.css", "index.styl", "characters.json", "icons.html"], + "files": [ + "index.css", + "index.styl", + "characters.json", + "icons.html" + ], "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org",