Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
idomusha committed Feb 8, 2016
1 parent dcc226f commit 72ab80d
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
62 changes: 31 additions & 31 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "cross",
"version": "0.6.0",
"homepage": "https://github.com/idomusha/cross",
"repository": {
"type": "git",
"url": "git://github.com/idomusha/cross"
},
"authors": [
"idomusha <idomusha@gmail.com>"
],
"description": "multi-device navigation menu",
"main": "src/js/cross.js",
"keywords": [
"media-queries",
"width",
"callback",
"jquery"
],
"license": "MIT",
"ignore": [
"CHANGELOG.md",
"CONTRIBUTING.md"
],
"dependencies": {
"jquery": ">=1.7",
"both": "~0",
"threshold": "~0",
"devicejs": "~0.2.7"
}
}
{
"name": "cross",
"version": "0.6.1",
"homepage": "https://github.com/idomusha/cross",
"repository": {
"type": "git",
"url": "git://github.com/idomusha/cross"
},
"authors": [
"idomusha <idomusha@gmail.com>"
],
"description": "multi-device navigation menu",
"main": "src/js/cross.js",
"keywords": [
"media-queries",
"width",
"callback",
"jquery"
],
"license": "MIT",
"ignore": [
"CHANGELOG.md",
"CONTRIBUTING.md"
],
"dependencies": {
"jquery": ">=1.7",
"both": "~0",
"threshold": "~0",
"devicejs": "~0.2.7"
}
}
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "cross",
"version": "0.6.0",
"description": "multi-device navigation menu",
"keywords": [
"menu",
"navigation",
"responsive",
"jquery"
],
"repository": {
"type": "git",
"url": "https://github.com/idomusha/cross.git"
},
"bugs": {
"url": "https://github.com/idomusha/cross/issues"
},
"author": {
"name": "idomusha",
"email": "iodmusha@gmail.com",
"url": "https://github.com/idomusha"
},
"homepage": "https://github.com/idomusha/cross",
"contributors": [
{
"name": "idomusha",
"email": "idomusha@gmail.com",
"url": "https://github.com/idomusha"
}
],
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"matchdep": "~0.3.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-less": "~1.0.1",
"grunt-autoprefixer": "~3.0.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1"
}
}
{
"name": "cross",
"version": "0.6.1",
"description": "multi-device navigation menu",
"keywords": [
"menu",
"navigation",
"responsive",
"jquery"
],
"repository": {
"type": "git",
"url": "https://github.com/idomusha/cross.git"
},
"bugs": {
"url": "https://github.com/idomusha/cross/issues"
},
"author": {
"name": "idomusha",
"email": "iodmusha@gmail.com",
"url": "https://github.com/idomusha"
},
"homepage": "https://github.com/idomusha/cross",
"contributors": [
{
"name": "idomusha",
"email": "idomusha@gmail.com",
"url": "https://github.com/idomusha"
}
],
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"matchdep": "~0.3.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-less": "~1.0.1",
"grunt-autoprefixer": "~3.0.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1"
}
}

0 comments on commit 72ab80d

Please sign in to comment.