Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit cd4be39

Browse files
author
Dominik Sumer
committed
updated versionnumber and paths in packagejson
1 parent 87b7f88 commit cd4be39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@cat-react/form",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "A simple yet powerful library which helps creating validated forms in react.",
5-
"main": "dist/index.umd.min.js",
6-
"jsnext:main": "dist/index.es.js",
7-
"module": "dist/index.es.js",
5+
"main": "index.umd.min.js",
6+
"jsnext:main": "index.es.js",
7+
"module": "index.es.js",
88
"repository": "git@github.com:cat-react/form.git",
99
"author": "Dominik Sumer <dominik.sumer@catalysts.cc>",
1010
"license": "MIT",

0 commit comments

Comments
 (0)