review deploy script

This commit is contained in:
KtorZ 2017-07-07 13:23:47 +02:00
parent 77be1c1de3
commit 937736fd80
No known key found for this signature in database
GPG Key ID: 3F72E8BC2894C015
3 changed files with 6 additions and 3 deletions

View File

@ -52,7 +52,7 @@ one.
## Changelog
#### v0.9.0
#### v1.0.0
- [Indexed Database API 2.0](https://w3c.github.io/IndexedDB/) totally covered apart from
- `index.getAll` method (and the associated one for the IDBObjectStore)

View File

@ -1,7 +1,7 @@
{
"name": "purescript-indexeddb",
"description": "An API wrapper around IndexedDB",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
"Matthias Benkort <matthias.benkort@truqu.com>"
],

View File

@ -1,3 +1,6 @@
#!/bin/sh
test -n "$TRAVIS_TAG" && ( yes | pulp publish --no-push )
git stash save
git clean -df
yes | pulp publish --no-push
git stash pop