From c30694f15ccc3c22fa6bd584def6dfc42d4d9158 Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra Date: Fri, 23 Sep 2022 13:20:34 -0400 Subject: [PATCH] chore: rename `Piskel` to `Piskel Unleashed` --- README.md | 7 ++++--- package.json | 17 +++++++++-------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 862ce5b7..3cba0ee3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -Piskel +Piskel Unleashed ====== +> Piskel has a lot of potential. + [![Travis Status](https://api.travis-ci.org/piskelapp/piskel.png?branch=master)](https://travis-ci.org/piskelapp/piskel) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](https://gruntjs.com/) Piskel is an easy-to-use sprite editor. It can be used to create game sprites, animations, pixel-art... @@ -55,7 +57,7 @@ Help is always welcome ! ## License -Copyright 2017 Julian Descottes +Copyright 2017 Ayushman Chhabra Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -68,4 +70,3 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - diff --git a/package.json b/package.json index 27c7938c..eae2519b 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,17 @@ { - "name": "piskel", - "version": "0.15.2-SNAPSHOT", + "name": "piskel-unleashed", + "version": "0.15.2", "description": "Pixel art editor", - "author": "Julian Descottes ", - "contributors": [ - "Vincent Renaudin" - ], - "homepage": "http://github.com/piskelapp/piskel", + "author": { + "name": "Ayushman Chhabra", + "email": "ayushmxn@outlook.com", + "url": "https://ayushmanchhabra.com" + }, + "homepage": "http://github.com/ayushmxn/piskel", "license": "Apache-2.0", "repository": { "type": "git", - "url": "http://github.com/piskelapp/piskel.git" + "url": "http://github.com/ayushmxn/piskel.git" }, "files": [ "dest/prod",