Skip to content

Commit c4fb44c

Browse files
committed
Added Bower support #9 and browser support for number.isInteger #8
1 parent 892601a commit c4fb44c

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "vue-cookie",
3+
"description": "A Vue.js plugin for manipulating cookies",
4+
"main": "src/vue-cookie.js",
5+
"authors": [
6+
"Alf Henderson <alfhenderson@gmail.com>"
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"VueJS",
11+
"Cookie"
12+
],
13+
"homepage": "https://github.com/alfhen/vue-cookie",
14+
"ignore": [
15+
"**/.*",
16+
"node_modules",
17+
"bower_components",
18+
"test",
19+
"tests"
20+
]
21+
}

build/vue-cookie.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cookie",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A Vue.js plugin for manipulating cookies",
55
"author": "Alf Henderson <alfhenderson@gmail.com>",
66
"private": false,

0 commit comments

Comments
 (0)