We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28dc148 + 65c2d8e commit 0121fffCopy full SHA for 0121fff
.npmignore
@@ -1,6 +1,7 @@
1
.*
2
**/webpack.config.js
3
src/
4
+bin/
5
__tests__/
6
node_modules/
7
_config.yml
.travis.yml
@@ -102,4 +102,4 @@ jobs:
102
keep_history: true
103
local_dir: ${GH_PAGES_DIR}
104
on:
105
- branch: master
+ tags: true
package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.marker-animation",
- "version": "1.3.12",
+ "version": "1.3.13",
"description": "Marker animation jQuery plugin",
"main": "jquery.marker-animation.min.js",
"scripts": {
0 commit comments