Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjazzyfunky committed Feb 16, 2019
1 parent 287fb15 commit 80722bc
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 122 deletions.
8 changes: 8 additions & 0 deletions core.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

'use strict'

if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/js-surface.core.cjs.production.js')
} else {
module.exports = require('./dist/js-surface.core.cjs.development.js')
}
7 changes: 0 additions & 7 deletions experimental.js

This file was deleted.

4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/js-surface.core.cjs.production.js')
module.exports = require('./dist/js-surface.all.cjs.production.js')
} else {
module.exports = require('./dist/js-surface.core.cjs.development.js')
module.exports = require('./dist/js-surface.all.cjs.development.js')
}
160 changes: 86 additions & 74 deletions package-lock.json

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

Loading

0 comments on commit 80722bc

Please sign in to comment.