Skip to content

Commit

Permalink
change both version
Browse files Browse the repository at this point in the history
  • Loading branch information
NCH committed Sep 22, 2015
1 parent 40e28a2 commit d3a87c2
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.5.2",
"homepage": "https://github.com/idomusha/cross",
"repository": {
"type": "git",
"url": "git://github.com/idomusha/cross"
},
"authors": [
"idomusha <idomusha@gmail.com>"
],
"description": "manages page width change",
"main": "src/js/cross.js",
"keywords": [
"media-queries",
"width",
"callback",
"jquery"
],
"license": "MIT",
"ignore": [
"CHANGELOG.md",
"CONTRIBUTING.md"
],
"dependencies": {
"jquery": ">=1.7",
"both": "~0.2.0",
"threshold": "~0.3.1",
"devicejs": "~0.2.7"
}
}
{
"name": "cross",
"version": "0.5.3",
"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.3.0",
"threshold": "~0.3.1",
"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.5.2",
"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.5.3",
"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 d3a87c2

Please sign in to comment.