Skip to content

Commit 9f16028

Browse files
committed
fix main file
1 parent 1bac8f9 commit 9f16028

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@mindscreen/formvalidation",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "MIT",
55
"description": "Provides means for an accessible form validation",
66
"repository": "https://github.com/mindscreen/accessible-formvalidation",
77
"homepage": "https://github.com/mindscreen/accessible-formvalidation#readme",
8-
"main": "dist/main.ts",
8+
"main": "dist/main.js",
99
"types": "src/main.ts",
1010
"scripts": {
1111
"compile": "tsc",

0 commit comments

Comments
 (0)