Skip to content

Commit

Permalink
1.0.0 - Create initial prod-ready release
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbryanyu committed Jan 16, 2024
1 parent 4236cfc commit a3103d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Changelog

## 1.0.0
Release initial production-ready version of the library
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Config } from './simple-app-config';
import { NestableDataTypes } from './constants';
import EnvParser from './utils/envParser';

/* Set exports */
export { Config };
export { Config, NestableDataTypes as DataTypes, EnvParser };

/* Set Config to be the default export */
export default Config;

0 comments on commit a3103d0

Please sign in to comment.