Skip to content

Commit c1a31cc

Browse files
committed
Merge pull request #56 from ZauberNerd/feature/export-unminified
fix(package.json): Export unminified script in main
2 parents 176671e + b8cedf3 commit c1a31cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jQuery",
3232
"mobile"
3333
],
34-
"main": "./dist/lory.min.js",
34+
"main": "./dist/lory.js",
3535
"devDependencies": {
3636
"babel-core": "5.8.25",
3737
"babel-loader": "5.3.2",

0 commit comments

Comments
 (0)