Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haikyuu committed Oct 13, 2022
1 parent d192c06 commit 518b588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/vite-plugin-imba/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/vite-plugin-imba/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-imba",
"version": "0.8.2",
"version": "0.9.0",
"license": "MIT",
"author": "Abdellah Alaoui",
"files": [
Expand All @@ -23,7 +23,7 @@
},
"scripts": {
"dev": "cross-env npx imba build -wM --keep --node.external +devDependencies --esm src/index.imba",
"rename": "node -e \"require('fs').rename('dist/index.js', 'dist/index.cjs', function(err) { if (err) console.log(err); console.log('File successfully renamed!') })\"",
"rename": "node -e \"require('fs').rename('dist/index.js', 'dist/index.cjs', function(err) { if (err) console.log(err); console.log('File successfully renamed!') })\"",
"build": "cross-env rimraf dist && npm run build:esm && npm run build:cjs",
"build:esm": "npx imba build --keep -M --node.external +devDependencies --esm src/index.imba",
"build:cjs": "npx imba build --keep -M --node.external +devDependencies src/index.imba && npm run rename",
Expand Down

0 comments on commit 518b588

Please sign in to comment.