Skip to content

Commit

Permalink
🐛 Fix import path/translation in published package
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Dec 8, 2023
1 parent e5dad84 commit 3f6ea05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-formulieren/types",
"version": "0.18.0",
"version": "0.18.1",
"description": "Typescript type definitions for Open Forms' Form.io extensions",
"main": "index.js",
"module": "./lib/index.js",
Expand Down
3 changes: 1 addition & 2 deletions src/formio/components/editgrid.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {OFValidateOptions} from 'formio/validation';

import {AnyComponentSchema, InputComponentSchema} from '..';
import {OFValidateOptions} from '../validation';

type Validator = 'required' | 'maxLength';
type TranslatableKeys =
Expand Down

0 comments on commit 3f6ea05

Please sign in to comment.