Skip to content

Commit

Permalink
Default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Perry committed Sep 2, 2017
1 parent c2e3c9d commit 8ba101e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/pantograph/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
export {
Pantograph
} from './pantograph'
export Pantograph from './pantograph'
2 changes: 1 addition & 1 deletion src/pantograph/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function graphite ({ action: { type } = ACTION, store = STORE, history = HISTORY
}
}

export class Pantograph {
export default class Pantograph {
static get ALPHA () {
return ALPHA
}
Expand Down

0 comments on commit 8ba101e

Please sign in to comment.