This commit is contained in:
Georges KABBOUCHI 2022-06-06 14:41:02 +03:00
parent fc00be181c
commit f4ed18d54c
2 changed files with 1156 additions and 1155 deletions

View File

@ -30,14 +30,15 @@
}, },
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"prepublishOnly": "npm i && npm run build && cd nuxt && npm i && npm run prepack", "prepublishOnly": "yarn install && yarn run build && cd nuxt && yarn install && yarn run prepack",
"build": "rollup -c rollup.config.js", "build": "rollup -c rollup.config.js",
"dev": "rollup -w -c rollup.config.js", "dev": "rollup -w -c rollup.config.js",
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"", "lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "yarn run lint --write" "lint:fix": "yarn run lint --write"
}, },
"files": [ "files": [
"nuxt/**/*", "nuxt/package.json",
"nuxt/dist/**/*",
"dist/**/*", "dist/**/*",
"index.js", "index.js",
"index.cjs", "index.cjs",

2306
yarn.lock

File diff suppressed because it is too large Load Diff