Commits on Source (7)
-
David M Sibley authoredf4bf1058
-
David M Sibley authored
Adding BrowserStack logo to README
Unverified73c2fc99 -
David Witter authored5d99c943
-
David Witter authored
make references safer in lifecycle hooks
Unverifiedb6f4e893 -
Scott Berg authored158e7f73
-
Scott Berg authored
Remove update blocking null check See merge request !1
39632626 -
Isaac Evavold authoredbba5b845
This diff is collapsed.
{ | ||
"name": "@myuw-web-components/myuw-profile", | ||
"name": "enrollment-profile", | ||
"version": "1.3.1", | ||
"description": "Web component that provides an avatar button and profile menu", | ||
"module": "dist/myuw-profile.min.mjs", | ||
... | ... | @@ -15,14 +15,10 @@ |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/myuw-web-components/myuw-profile.git" | ||
"url": "git+https://git.doit.wisc.edu/adi-ia/enrollment-profile.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/myuw-web-components/myuw-profile/issues" | ||
}, | ||
"homepage": "https://github.com/myuw-web-components/myuw-profile#readme", | ||
"devDependencies": { | ||
"@babel/core": "^7.1.2", | ||
"@babel/preset-env": "^7.1.0", | ||
... | ... |