Skip to content

Commit

Permalink
Bump version 'jmanoto'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Manoto committed Feb 2, 2016
1 parent ff5ed8f commit 37127cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "angular-schema-instantiator",
"main": ["src/instantiator.js", "src/angular-instantiator.js"],
"version": "0.3.0",
"homepage": "https://github.com/tomarad/JSON-Schema-Instantiator",
"version": "0.3.0-jmanoto",
"homepage": "https://github.com/jmanoto/JSON-Schema-Instantiator",
"authors": [
"Tom Arad <[email protected]>"
"Jeremy Manoto <[email protected]>"
],
"description": "A simple instantiator for json schemas using AngularJS.",
"description": "A simple instantiator for json schemas using AngularJS with support for anyOf.",
"moduleType": [
"node"
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-instantiator",
"version": "0.3.0",
"name": "json-schema-instantiator-jmanoto",
"version": "0.3.0-jmanoto",
"description": "A simple instantiator for json schemas.",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tomarad/JSON-Schema-Instantiator"
"url": "https://github.com/jmanoto/JSON-Schema-Instantiator"
},
"devDependencies": {
"chai": "^3.4.0",
Expand Down

0 comments on commit 37127cc

Please sign in to comment.