Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Jan 20, 2018
1 parent 2212e3b commit 1fd784e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/schm-computed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-computed",
"version": "0.1.0",
"version": "0.1.1",
"description": "Adds computed parameters to schm schemas",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-computed",
Expand Down
4 changes: 2 additions & 2 deletions packages/schm-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-express",
"version": "0.1.0",
"version": "0.1.1",
"description": "Composable, immutable, parseable and validatable (yeah, many *ables) schemas for Node/JavaScript",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-express",
Expand Down Expand Up @@ -35,7 +35,7 @@
"schm"
],
"dependencies": {
"schm": "^0.1.0"
"schm": "^0.1.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schm-methods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-methods",
"version": "0.1.0",
"version": "0.1.1",
"description": "Adds methods to schm parsed objects",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-methods",
Expand Down
2 changes: 1 addition & 1 deletion packages/schm-translate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm-translate",
"version": "0.1.0",
"version": "0.1.1",
"description": "Composable, immutable, parseable and validatable (yeah, many *ables) schemas for Node/JavaScript",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm-translate",
Expand Down
2 changes: 1 addition & 1 deletion packages/schm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schm",
"version": "0.1.0",
"version": "0.1.1",
"description": "Composable, immutable, parseable and validatable (yeah, many *ables) schemas for Node/JavaScript",
"license": "MIT",
"repository": "https://github.com/diegohaz/schm/tree/master/packages/schm",
Expand Down

0 comments on commit 1fd784e

Please sign in to comment.