Skip to content

Commit

Permalink
Merge pull request #412 from clintwood/jsnext
Browse files Browse the repository at this point in the history
add jsnext:main in package.json for next gen bundling
  • Loading branch information
gaearon committed Aug 6, 2015
2 parents f614bf6 + ae1c2e2 commit 9985ac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0-rc",
"description": "Atomic Flux with hot reloading",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"clean": "rimraf lib dist coverage",
"lint": "eslint src test examples",
Expand Down

0 comments on commit 9985ac8

Please sign in to comment.