Skip to content

Commit

Permalink
feat: rollup / vite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed Feb 5, 2023
1 parent fa9b8ca commit 9246ed7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/rollup-plugin/package.json
Expand Up @@ -8,8 +8,8 @@
"files": [ "./dist" ],
"scripts": {
"test": "mocha --loader=testdouble",
"build": "rollup -c",
"clean": "rm -r dist",
"build": "rollup -c",
"clean": "rm -r dist",
"build:clean": "npm run clean && npm run build"
},
"repository": {
Expand Down Expand Up @@ -42,5 +42,8 @@
"import": "./dist/es/index.js",
"default": "./dist/cjs/index.js"
},
"type": "module"
"type": "module",
"publishConfig": {
"access": "public"
}
}

0 comments on commit 9246ed7

Please sign in to comment.