Skip to content

Commit

Permalink
fix: fix package main file
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Oct 10, 2018
1 parent 8d15ee1 commit c1b096c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "emuto",
"version": "0.0.0-development",
"main": "lib/index.js",
"module": "src/index.js",
"main": "lib/emuto.js",
"license": "MIT",
"scripts": {
"analyze": "yarn build --json | tac | tac | tail -n +3 > stats.json",
Expand Down

0 comments on commit c1b096c

Please sign in to comment.