mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
chore: rename Piskel
to Piskel Unleashed
This commit is contained in:
parent
21b8bdd0f3
commit
c30694f15c
@ -1,6 +1,8 @@
|
||||
Piskel
|
||||
Piskel Unleashed
|
||||
======
|
||||
|
||||
> Piskel has a lot of potential.
|
||||
|
||||
[](https://travis-ci.org/piskelapp/piskel) [](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.
|
||||
|
||||
|
17
package.json
17
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 <julian.descottes@gmail.com>",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user