Skip to content

Commit

Permalink
Add 7.0.3 tag to json files.
Browse files Browse the repository at this point in the history
  • Loading branch information
signalpoint committed Jan 22, 2016
1 parent cabefd5 commit 80440e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "jdrupal",
"version": "7.0.0",
"version": "7.0.3",
"homepage": "https://github.com/easystreet3/jDrupal",
"authors": [
"Tyler Frankenstein <tyler.frankenstein@gmail.com>"
"Tyler Frankenstein <email@tylerfrankenstein.com>"
],
"description": "An JavaScript module for Drupal 7 Services.",
"description": "A JavaScript library for Drupal 7 Services.",
"keywords": [
"drupal"
],
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jdrupal",
"version": "7.0.0",
"description": "Application Development Tools for Drupal 7 Services",
"version": "7.0.3",
"description": "A JavaScript library for Drupal 7 Services.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -13,11 +13,7 @@
"keywords": [
"drupal"
],
"author": {
"name": "Tyler Frankenstein",
"email": "[email protected]",
"url": "[email protected]"
},
"author": "Tyler Frankenstein <[email protected]> (http://tylerfrankenstein.com/)",
"license": "GNU",
"bugs": {
"url": "https://github.com/easystreet3/jDrupal/issues"
Expand All @@ -29,6 +25,10 @@
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1"
},
"readme": "",
"readmeFilename": "README.md"
"bin": {
"jdrupal": "jdrupal.js"
},
"directories": {
"test": "tests"
}
}

0 comments on commit 80440e8

Please sign in to comment.