Skip to content

Commit b6cf1fe

Browse files
committed
feat(package.json): Expose source via jsnext:main field
Expose the source code via "jsnext:main" field in package.json so that other tools can use the actual source code instead of the bundled code. More information at: https://github.com/rollup/rollup/wiki/jsnext:main
1 parent b8cedf3 commit b6cf1fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"mobile"
3333
],
3434
"main": "./dist/lory.js",
35+
"jsnext:main": "./src/lory.js",
3536
"devDependencies": {
3637
"babel-core": "5.8.25",
3738
"babel-loader": "5.3.2",

0 commit comments

Comments
 (0)