Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into fix-require-commonjs-error
  • Loading branch information
classyrazy committed Apr 27, 2024
2 parents 7501d1e + 7701dd9 commit 0d84a4a
Show file tree
Hide file tree
Showing 3 changed files with 2,415 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ export default App;
```

### Vite.js Setup
If you are using Vite.js as your build tool, you need to install the `@rollup/plugin-commonjs'` plugin, you can do that by running the following command:
If you are using Vite.js as your build tool, you need to install the `@rollup/plugin-commonjs` plugin, you can do that by running the following command:
```bash
npm install @rollup/plugin-commonjs'
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiedhq/countries-atlas",
"version": "1.4.0",
"version": "1.4.01",
"description": "Uncover the world with a single lightweight library - countries, codes, currencies, flags, languages, cities, and more 🌎",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 0d84a4a

Please sign in to comment.