Skip to content

Commit

Permalink
chore: sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed May 1, 2021
1 parent d1b5c91 commit b9b2e9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"email": "wes.ngrongsen@gmail.com",
"url": "https://github.com/motss"
},
"type": "module",
"exports": {
".": "./dist/app-datepicker.js",
"./dist/*": "./dist/*",
Expand Down Expand Up @@ -62,17 +63,16 @@
"ts": "tsc",
"watch": "tsc --watch"
},
"type": "module",
"dependencies": {
"lit": "^2.0.0-rc.1",
"nodemod": "^2.7.3",
"tslib": "^2.2.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"lit": "^2.0.0-rc.1",
"nodemod": "^2.7.3",
"tslib": "^2.2.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^12.1.1",
"@reallyland/tsconfig": "^3.0.2",
Expand Down

0 comments on commit b9b2e9c

Please sign in to comment.