Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repository URLs for new packages. #254

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@glimmer/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Core rendering functionality",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
"repository": "https://github.com/tomdale/glimmer-lite",
"repository": "https://github.com/glimmerjs/glimmer.js/tree/master/packages/@glimmer/core",
"author": "Tom Dale <tom@tomdale.net>",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Helper Functionality",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
"repository": "https://github.com/tomdale/glimmer-lite",
"repository": "https://github.com/glimmerjs/glimmer.js/tree/master/packages/@glimmer/helper",
"author": "Tom Dale <tom@tomdale.net>",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmer/modifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Modifier Functionality",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
"repository": "https://github.com/tomdale/glimmer-lite",
"repository": "https://github.com/glimmerjs/glimmer.js/tree/master/packages/@glimmer/modifier",
"author": "Tom Dale <tom@tomdale.net>",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/example-apps/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.12",
"description": "Example application using @glimmerx packages",
"main": "dist/commonjs/index.js",
"repository": "https://github.com/tomdale/glimmer-lite",
"repository": "https://github.com/glimmerjs/glimmer.js/tree/master/packages/example-apps/basic",
"author": "Tom Dale <tom@tomdale.net>",
"license": "MIT",
"private": true,
Expand Down