react build
This commit is contained in:
parent
348d576ff3
commit
b5914a3f12
2 changed files with 6 additions and 13 deletions
|
|
@ -1,19 +1,12 @@
|
|||
{
|
||||
"name": "@strudel.cycles/react",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "React components for strudel",
|
||||
"main": "dist/index.cjs.js",
|
||||
"module": "dist/index.es.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"require": "./dist/index.cjs.js",
|
||||
"import": "./dist/index.es.js"
|
||||
},
|
||||
"./dist/style.css": "./dist/style.css"
|
||||
"main": "src/index.js",
|
||||
"publishConfig": {
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue