From 49c102425f25e5716e6f49bb1d9168596d9919bc Mon Sep 17 00:00:00 2001 From: Tony Air Date: Sat, 1 Jun 2019 01:18:04 +0700 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7cff6c1..d17e20d 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "ss-webpack-boilerplate", + "name": "cropper-image-mask", "version": "1.0.0", - "description": "Lets you create SilverStripe faster", + "description": "Allows to crop image, cover some image areas with another images, merge them and send resulted image to the server", "author": "Tony Air ", "license": "MIT", - "private": true, + "private": false, "engines": { "yarn": ">= 1.0.0" },