We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54f1bb commit a669b3cCopy full SHA for a669b3c
README.md
@@ -18,9 +18,8 @@ There are a few commands that can be run from the root of this repository to exe
18
To publish a new package version:
19
20
- Update the version number in the package's `package.json` `version` field
21
-- Run `npm publish`
+- Run `npm publish` from the package directory
22
23
## License
24
25
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
26
-
packages/vite/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@flareapp/vite",
3
- "version": "1.0.0",
+ "version": "1.0.2",
4
"description": "Vite plugin for flareapp.io",
5
"homepage": "https://flareapp.io",
6
"bugs": "https://github.com/spatie/flare-client-js/issues",
0 commit comments