Skip to content

Commit

Permalink
Merge pull request #15 from xx45/dev
Browse files Browse the repository at this point in the history
fix: node mudule main entrance error
  • Loading branch information
iamkun committed Apr 12, 2018
2 parents fb1fc27 + 6f45e49 commit f65194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dayjs",
"version": "0.0.0-development",
"description": "",
"main": "src/index.js",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"lint": "echo start lint && ./node_modules/.bin/eslint src/* test/*",
Expand Down

0 comments on commit f65194a

Please sign in to comment.