mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-11-14 19:35:30 -05:00
Bump to 0.2.0 to try to fix greenkeeper
This commit is contained in:
parent
b193ad72c6
commit
1d6de32008
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ install:
|
|||
- npm --production=false install
|
||||
- npm --production=false update
|
||||
before_deploy:
|
||||
- npm --no-git-tag-version version 0.1.0-prerelease.$(date +%Y%m%d%H%M%S)
|
||||
- npm --no-git-tag-version version 0.2.0-prerelease.$(date +%Y%m%d%H%M%S)
|
||||
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
|
||||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||
deploy:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-paint",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
|
||||
"main": "./dist/scratch-paint.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue