Skip to content

Commit

Permalink
Added some tags and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Sep 27, 2016
1 parent 428135c commit 0522df1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-schema-instantiator",
"main": ["src/instantiator.js", "src/angular-instantiator.js"],
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://github.com/tomarad/JSON-Schema-Instantiator",
"authors": [
"Tom Arad <tom@arad.rocks>"
Expand All @@ -15,7 +15,10 @@
"Schema",
"JSON-Schema",
"Instance",
"Instantiator"
"Instantiator",
"Generator",
"Generate",
"Data Generation"
],
"license": "MIT",
"ignore": [
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-instantiator",
"version": "0.4.1",
"version": "0.4.2",
"description": "A simple instantiator for json schemas.",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,10 @@
"schema",
"instantiate",
"instantiator",
"JSON-Schema"
"JSON-Schema",
"Generator",
"Generate",
"Data Generation"
],
"author": "Tom Arad",
"license": "MIT",
Expand Down

0 comments on commit 0522df1

Please sign in to comment.