Skip to content

Commit

Permalink
Tweaks to docs, deps, etc before v6 (#1975)
Browse files Browse the repository at this point in the history
* Tweaks to docs, deps, etc before v6

* Add back eslint and prettier
  • Loading branch information
RobbieTheWagner committed Jan 9, 2024
1 parent 0e16bb1 commit 7e9e66b
Show file tree
Hide file tree
Showing 9 changed files with 525 additions and 17,003 deletions.
25 changes: 6 additions & 19 deletions ember-flatpickr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^8.0.1",
"ember-source": "~5.4.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.2",
"flatpickr": "^4.6.9",
"prettier": "^3.0.3",
"rollup": "^4.9.4",
"rollup-plugin-copy": "^3.5.0",
"rsvp": "^4.8.5",
Expand Down Expand Up @@ -87,25 +93,6 @@
"type": "addon",
"version": 2
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"volta": {
"node": "16.15.1",
"pnpm": "8.10.1"
},
"exports": {
".": {
"types": "./declarations/index.d.ts",
Expand Down
25 changes: 24 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,29 @@
"test": "pnpm --filter '*' test"
},
"devDependencies": {
"concurrently": "^8.0.1"
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@release-it-plugins/workspaces": "^4.0.0",
"concurrently": "^8.0.1",
"release-it": "^16.3.0"
},
"release-it": {
"plugins": {
"@release-it-plugins/workspaces": {
"workspaces": [
"ember-flatpickr"
]
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md"
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
}
Loading

0 comments on commit 7e9e66b

Please sign in to comment.