Skip to content

Commit

Permalink
feat: do not export index
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 3, 2020
1 parent 10f53ca commit a0473fa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/tsconfig/__tests__/index.js
@@ -1,7 +1,6 @@
const test = require('tape')

test('config files parse', (t) => {
t.doesNotThrow(() => require('..'), 'index does not throw')
t.doesNotThrow(
() => require('../tsconfig.base.json'),
'tsconfig.base.json does not throw',
Expand Down
1 change: 0 additions & 1 deletion packages/tsconfig/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/tsconfig/package.json
Expand Up @@ -22,7 +22,6 @@
"typescript",
"tsconfig"
],
"main": "index.js",
"scripts": {
"prepublishOnly": "npm run test",
"test": "tape __tests__/*.js"
Expand Down

0 comments on commit a0473fa

Please sign in to comment.