From e1b2b2113eb0ed8b010d397e20072484019fca7b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 5 Feb 2022 08:23:59 +0100 Subject: Added main entry file --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3bdc8b0..9aad121 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "iro-sass", - "version": "1.0.1", + "version": "1.0.2", "author": "Volpeon ", "license": "MIT", "description": "A mixin-based Sass framework that makes it easier to work with BEM, organize variables and more.", + "main": "src/index.scss", + "style": "src/index.scss", + "sass": "src/index.scss", "keywords": [ "sass", "scss", -- cgit v1.2.3-54-g00ecf