Skip to content

Commit

Permalink
Merge pull request #9 from medly/fix-readme-content
Browse files Browse the repository at this point in the history
docs: update minor content to publish latest readme
  • Loading branch information
gmukul01 authored May 31, 2021
2 parents af9a4be + 756f3c7 commit 6919cb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/rollup-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const PACKAGE_ROOT_PATH = process.cwd(),
SRC = path.join(PACKAGE_ROOT_PATH, 'src'),
INPUT = path.join(PACKAGE_ROOT_PATH, 'src/index.ts'),
TS_CONFIG = path.join(PACKAGE_ROOT_PATH, './tsconfig.json'),
// eslint-disable-next-line @typescript-eslint/no-var-requires
PKG_JSON = require(path.join(PACKAGE_ROOT_PATH, 'package.json'));

const extensions = ['.ts', '.tsx', '.js'];
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly/semantic-release-config",
"description": "Basic semantic release configuration",
"description": "Basic semantic release config",
"version": "0.1.0",
"sideEffects": false,
"main": "index.json",
Expand Down

0 comments on commit 6919cb8

Please sign in to comment.