Skip to content

Commit

Permalink
build(scope): use @windmill as scope
Browse files Browse the repository at this point in the history
install the package using @windmill/react-ui

BREAKING CHANGE: Use `@windmill/react-ui` to install the package as `windmill-react-ui` is
deprecated.
  • Loading branch information
estevanmaito committed Jul 21, 2020
1 parent 65c66a1 commit e6862da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "windmill-react-ui",
"name": "@windmill/react-ui",
"version": "0.2.0",
"description": "React UI component library built with Tailwind CSS",
"main": "dist/index.js",
Expand Down Expand Up @@ -102,6 +102,9 @@
}
}
},
"publishConfig": {
"access": "public"
},
"babel": {
"presets": [
"@babel/preset-env",
Expand Down

0 comments on commit e6862da

Please sign in to comment.