Skip to content

Commit

Permalink
fix: collect misspelling of converter name
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Jan 10, 2018
1 parent 77fc0e6 commit ad8629f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grimoirejs-fundamental",
"version": "0.37.9-beta",
"version": "0.37.10-beta",
"description": "Base components,converters and nodes for Web3D with Grimoire.js",
"main": "./ref/index.js",
"typings": "./ref/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/RenderStage/RenderHitareaComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class RenderHitareaComponent extends SingleBufferRenderStageBase
public static componentName = "RenderHitareaComponent";
public static attributes: { [key: string]: IAttributeDeclaration } = {
hitareaBuffer: {
converter: "RenderingTargtet",
converter: "RenderingTarget",
default: null
}
};
Expand Down
2 changes: 1 addition & 1 deletion src/metaInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

// build version
export const __VERSION__ = "0.37.9-beta";
export const __VERSION__ = "0.37.10-beta";

// full package name
export const __NAME__ = "grimoirejs-fundamental";
Expand Down

0 comments on commit ad8629f

Please sign in to comment.