Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
infact
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Dec 25, 2016
1 parent 36ae474 commit a267a06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions infact.js
@@ -0,0 +1,6 @@
if (process.env.BABEL_ENV === 'inferno') {
module.exports = require('./lib/inferno/index.js')
}
if (process.env.BABEL_ENV === 'react') {
module.exports = require('./lib/react/index.js')
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Marker component for pigeon-maps",
"author": "Marius Andra",
"license": "MIT",
"main": "lib/index.js",
"main": "lib/react/index.js",
"jsnext:main": "src/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit a267a06

Please sign in to comment.