Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Apr 29, 2017
1 parent f8ac42a commit f20b210
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm install --save jiken

Alternatevly you can grab built copy from repository:
```
<script src="https://raw.githubusercontent.com/DoumanAsh/jiken/master/dist/jiken.min.js">
<script src="https://github.com/DoumanAsh/jiken/releases/download/0.2.2/jiken.min.js">
```

### Usage
Expand Down
12 changes: 6 additions & 6 deletions ci/upload_arts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ sh "$(dirname "$0")/coverage.sh"

## Configure Travis
COMMIT_AUTHOR_EMAIL=`git --no-pager log -1 --pretty=format:"%ae" HEAD`
REPO=`git config remote.origin.url`
SHA=`git log -1 --format="%s(%h %cd)" --date=short`

git config --global user.name "Travis CI"
git config --global user.email "$COMMIT_AUTHOR_EMAIL"
echo "https://${GIT_TOKEN}:x-oauth-basic@github.com\n" > ~/.git-credentials

## Upload HTML docs
rm -rf html/
mkdir html/
cd html/

git clone $REPO .
git clone $REPO html/

git checkout gh-pages || git checkout --orphan gh-pages
cd html/

ls
git checkout gh-pages || git checkout --orphan gh-pages

find . -name "_*.*" | xargs rm -rf
find . -name ".*.*" | xargs rm -rf
Expand All @@ -33,7 +33,7 @@ cd ../

npm run docs

cd html
cd html/

git status

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jiken",
"version": "0.2.1",
"version": "0.2.3",
"description": "Browser EventEmitter",
"main": "dist/jiken.cjs.js",
"module": "dist/jiken.es.js",
Expand Down

0 comments on commit f20b210

Please sign in to comment.