Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Nov 14, 2021
1 parent 0c2a7ba commit b4c6b79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"./dist/*": "./dist/*",
"./month-calendar/*": "./dist/month-calendar/*",
"./root-element/*": "./dist/root-element/*",
"./year-grid-button/*": "./dist/year-grid-button/*",
"./year-grid/*": "./dist/year-grid/*"
},
"main": "./dist/date-picker/app-date-picker.js",
Expand Down Expand Up @@ -77,10 +76,6 @@
"dist/root-element/*.*js",
"dist/root-element/*.d.ts.map",
"dist/root-element/*.d.ts",
"dist/year-grid-button/.*js.map",
"dist/year-grid-button/*.*js",
"dist/year-grid-button/*.d.ts.map",
"dist/year-grid-button/*.d.ts",
"dist/year-grid/.*js.map",
"dist/year-grid/*.*js",
"dist/year-grid/*.d.ts.map",
Expand Down Expand Up @@ -140,8 +135,8 @@
"typescript": "^4.4.4"
},
"engines": {
"node": ">= 14.x",
"npm": ">= 6.x"
"node": ">= 16.x",
"npm": ">= 8.x"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b4c6b79

Please sign in to comment.