Skip to content

Commit 190e805

Browse files
committed
fix(common): publish first 0.0.1 version of common package.
1 parent 0ddadae commit 190e805

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/common/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ babel.config.js
55
generate-index.js
66
.gitignore
77
tsconfig.js
8+
tsconfig.json

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-driven-forms/common",
3-
"version": "2.17.0",
3+
"version": "0.0.1",
44
"description": "Common components, helpers and other pieces of code",
55
"license": "Apache-2.0",
66
"main": "index.js",

0 commit comments

Comments
 (0)