Skip to content

Commit

Permalink
Added Bower support #9 and browser support for number.isInteger #8
Browse files Browse the repository at this point in the history
  • Loading branch information
alfhen committed Feb 18, 2017
1 parent 892601a commit c4fb44c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "vue-cookie",
"description": "A Vue.js plugin for manipulating cookies",
"main": "src/vue-cookie.js",
"authors": [
"Alf Henderson <[email protected]>"
],
"license": "MIT",
"keywords": [
"VueJS",
"Cookie"
],
"homepage": "https://github.com/alfhen/vue-cookie",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion build/vue-cookie.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-cookie",
"version": "1.1.3",
"version": "1.1.4",
"description": "A Vue.js plugin for manipulating cookies",
"author": "Alf Henderson <[email protected]>",
"private": false,
Expand Down
Loading

0 comments on commit c4fb44c

Please sign in to comment.