Skip to content

Commit

Permalink
fix: unignore index.mjs
Browse files Browse the repository at this point in the history
fix #130
  • Loading branch information
jedwards1211 committed May 17, 2020
1 parent 507e539 commit b50b5e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ coverage
node_modules
.eslintcache
/*.js
/*.mjs
/*.cjs
/*.js.flow
/*.d.ts
Expand Down
6 changes: 6 additions & 0 deletions index.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import cjsModule from './index.cjs'
export const exec = cjsModule.exec
export const execFile = cjsModule.execFile
export const spawn = cjsModule.spawn
export const fork = cjsModule.fork
export default cjsModule

0 comments on commit b50b5e3

Please sign in to comment.