We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9995b commit be7f674Copy full SHA for be7f674
src/index.ts
@@ -1,3 +1,3 @@
1
import ProcessSystem from './processes/process_system'
2
3
-export default ProcessSystem
+export {ProcessSystem}
test/processes_test.js
@@ -1,5 +1,5 @@
import test from 'ava'
-import ProcessSystem from '../src/index'
+import {ProcessSystem} from '../src/index'
4
let system = null
5
0 commit comments