Skip to content

Commit

Permalink
fix: node mudule main entrance error
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Apr 12, 2018
1 parent c14f024 commit 6f45e49
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 6f45e49

Please sign in to comment.