From d41d3bdbf4450ece5a5013c092faf953447275c0 Mon Sep 17 00:00:00 2001 From: Lith Hisham Ali Date: Mon, 18 May 2020 17:29:25 +0200 Subject: [PATCH] Added license field Its usefull in somecases where licenses is needed. fx license-webpack-plugin (See issue #77) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b15b3b..57d3efc 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "name": "dragscroll", "description": "Tiny library for drag-n-drop scrolling style", "version": "0.0.8", + "license": "MIT", "keywords": [ "dragscroll", "scroll", @@ -20,11 +21,10 @@ "type": "git", "url": "git://github.com/asvd/dragscroll.git" }, - "browser": - { - "fs": false, - "child_process": false - }, + "browser": { + "fs": false, + "child_process": false + }, "main": "dragscroll.js", "dependencies": {}, "devDependencies": {},