Skip to content

Commit

Permalink
Fixes "expects" typo in fp-z
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbryanm committed Dec 9, 2020
1 parent a7c8303 commit 029d4fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "11.11.0",
"version": "11.11.1",
"homepage": "https://github.com/imgix/imgix-url-params",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function () {

return {
"version": "11.11.0",
"version": "11.11.1",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1335,7 +1335,7 @@ return {
],
"expects": [
{
"type": "integer",
"type": "number",
"default": 1,
"suggested_range": {
"min": 1,
Expand Down
4 changes: 2 additions & 2 deletions dist/parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.11.0",
"version": "11.11.1",
"parameters": {
"ar": {
"display_name": "aspect ratio",
Expand Down Expand Up @@ -1319,7 +1319,7 @@
],
"expects": [
{
"type": "integer",
"type": "number",
"default": 1,
"suggested_range": {
"min": 1,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-url-params",
"version": "11.11.0",
"version": "11.11.1",
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 029d4fc

Please sign in to comment.