Update package.json

This commit is contained in:
Tony Air 2019-06-01 01:18:04 +07:00 committed by GitHub
parent 5a41e45312
commit 49c102425f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 <tony@twma.pro>",
"license": "MIT",
"private": true,
"private": false,
"engines": {
"yarn": ">= 1.0.0"
},