Skip to content

Commit

Permalink
Merge pull request #27 from xx45/dev
Browse files Browse the repository at this point in the history
fix(fix package.json): fix package.json error
  • Loading branch information
iamkun authored Apr 21, 2018
2 parents 6de2c3d + 1288a89 commit 5032338
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": "dist/index.js",
"main": "dist/dayjs.min.js",
"scripts": {
"test": "jest",
"lint": "./node_modules/.bin/eslint src/* test/*",
Expand Down

0 comments on commit 5032338

Please sign in to comment.