-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bb40ac
commit f561b50
Showing
3 changed files
with
23 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,16 @@ | |
"name": "glimmer-engine", | ||
"version": "0.92.0", | ||
"private": true, | ||
"license": "MIT", | ||
"description": "Glimmer compiles Handlebars templates into document fragments rather than string buffers", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/glimmerjs/glimmer-vm.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Tilde, Inc.", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"scripts": { | ||
"benchmark:setup": "zx ./bin/setup-bench.mjs", | ||
"browserstack:connect": "ember browserstack:connect", | ||
|
@@ -105,17 +108,29 @@ | |
"xo": "^0.54.2", | ||
"zx": "^7.2.3" | ||
}, | ||
"changelog": { | ||
"repo": "glimmerjs/glimmer-vm", | ||
"labels": { | ||
"breaking": ":boom: Breaking Change", | ||
"enhancement": ":rocket: Enhancement", | ||
"bug": ":bug: Bug Fix", | ||
"documentation": ":memo: Documentation", | ||
"internal": ":house: Internal" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"volta": { | ||
"node": "20.9.0", | ||
"pnpm": "8.5.0" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@rollup/pluginutils": "^5.0.2", | ||
"@types/node": "$@types/node", | ||
"typescript": "$typescript" | ||
}, | ||
"peerDependencyRules": { | ||
"allowAny": [ | ||
"vite-plugin-babel", | ||
|
@@ -126,51 +141,6 @@ | |
"rollup": "3", | ||
"typescript": "5" | ||
} | ||
}, | ||
"overrides": { | ||
"@rollup/pluginutils": "^5.0.2", | ||
"@types/node": "$@types/node", | ||
"typescript": "$typescript" | ||
}, | ||
"patchedDependencies": { | ||
"@release-it-plugins/[email protected]": "patches/@[email protected]" | ||
} | ||
}, | ||
"changelog": { | ||
"repo": "glimmerjs/glimmer-vm", | ||
"labels": { | ||
"breaking": ":boom: Breaking Change", | ||
"enhancement": ":rocket: Enhancement", | ||
"bug": ":bug: Bug Fix", | ||
"documentation": ":memo: Documentation", | ||
"internal": ":house: Internal" | ||
} | ||
}, | ||
"release-it": { | ||
"plugins": { | ||
"@release-it-plugins/workspaces": { | ||
"publish": false, | ||
"workspaces": [ | ||
"packages/@glimmer/*" | ||
], | ||
"additionalManifests": { | ||
"dependencyUpdates": [] | ||
} | ||
}, | ||
"@release-it-plugins/lerna-changelog": { | ||
"infile": "CHANGELOG.md", | ||
"launchEditor": true | ||
} | ||
}, | ||
"git": { | ||
"commitMessage": "v${version}", | ||
"tagName": "v${version}" | ||
}, | ||
"github": { | ||
"release": true, | ||
"releaseName": "v${version}", | ||
"tokenRef": "GITHUB_AUTH" | ||
}, | ||
"npm": false | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.