Skip to content

Commit 0121fff

Browse files
Merge pull request #71 from technote-space/release/v1.3.13
Release/v1.3.13
2 parents 28dc148 + 65c2d8e commit 0121fff

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.*
22
**/webpack.config.js
33
src/
4+
bin/
45
__tests__/
56
node_modules/
67
_config.yml

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ jobs:
102102
keep_history: true
103103
local_dir: ${GH_PAGES_DIR}
104104
on:
105-
branch: master
105+
tags: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.marker-animation",
3-
"version": "1.3.12",
3+
"version": "1.3.13",
44
"description": "Marker animation jQuery plugin",
55
"main": "jquery.marker-animation.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)