Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
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 npm-shrinkwrap.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactjs-components",
"version": "0.0.6",
"version": "0.0.7",
"description": "React UI Components by Mesosphere",
"author": {
"name": "Mesosphere Frontend Team",
Expand All @@ -10,7 +10,8 @@
"license": "Apache-2.0",
"files": [
"main.js",
"lib"
"lib",
"npm-shrinkwrap.json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed when we publish?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we just had a conversation about this, but for the record: we need our users to use specific versions of gemini-scrollbar and canvas-ui

],
"main": "main.js",
"dependencies": {
Expand Down