Skip to content

Commit

Permalink
publish upgrade script in core (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgray authored and adidahiya committed Mar 14, 2018
1 parent 2403cab commit c86208e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"style": "lib/css/blueprint.css",
"unpkg": "dist/core.bundle.js",
"sideEffects": false,
"bin": {
"upgrade-blueprint-2.0.0-rename": "./scripts/upgrade-blueprint-2.0.0-rename"
},
"scripts": {
"compile": "npm-run-all -p \"compile:*\"",
"compile:esm": "tsc -p ./src",
Expand Down
File renamed without changes.

1 comment on commit c86208e

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

publish upgrade script in core (#2230)

Preview: documentation | landing | table

Please sign in to comment.