From 5c2586054ec2c5bd8649a9d30e114705fdfa5579 Mon Sep 17 00:00:00 2001 From: WoodNeck Date: Tue, 28 Feb 2023 14:12:59 +0900 Subject: [PATCH] chore: fix install script --- .gitignore | 10 + .yarnrc.yml | 1 + CONTRIBUTING.md | 57 - demo/package.json | 5 - lerna.json | 1 - package-lock.json | 96330 ---------------- package.json | 9 +- packages/ngx-view360/package.json | 2 +- .../projects/demo/src/app/app.component.ts | 6 +- .../projects/ngx-view360/package.json | 4 + packages/ngx-view360/tsconfig.json | 4 +- packages/react-view360/demo/App.tsx | 11 +- packages/react-view360/demo/serviceWorker.ts | 1 + packages/react-view360/package.json | 7 +- packages/svelte-view360/demo/App.svelte | 11 +- packages/svelte-view360/package.json | 6 +- packages/svelte-view360/rollup.config.js | 3 +- packages/view360/package.json | 27 +- packages/vue-view360/demo/Demo.vue | 6 +- packages/vue-view360/package.json | 8 +- packages/vue-view360/vue.config.js | 8 - packages/vue3-view360/demo/App.vue | 9 +- yarn.lock | 31716 +++++ 23 files changed, 31782 insertions(+), 96460 deletions(-) create mode 100644 .yarnrc.yml delete mode 100644 CONTRIBUTING.md delete mode 100644 package-lock.json delete mode 100644 packages/vue-view360/vue.config.js create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index 7de8d2e65..2cc487eda 100644 --- a/.gitignore +++ b/.gitignore @@ -201,6 +201,16 @@ GitHub.sublime-settings !.vscode/launch.json !.vscode/extensions.json +### yarn ### +# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored + +.yarn/* +!.yarn/releases +!.yarn/patches +!.yarn/plugins +!.yarn/sdks +!.yarn/versions + ### Custom ### packages/*-view360/**/sass/ TODO.md diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 000000000..7f3d03fd8 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +nodeLinker: "node-modules" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 1ae0ddaaa..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,57 +0,0 @@ -# How to contribute to egjs-view360 -egjs-view360 is opened to everyone and we're welcoming for any kind of contribution. -We believe that our project can grow with your interests helping others' necessities. - -## Style Guide - -egjs-view360 has several style guidelines to follow. -Before your start, please read attentively below instructions. - -### Linting and Code Conventions -We adopted [ESLint](http://eslint.org/) to maintain our code quality. The [rules](https://github.com/naver/eslint-config-naver/tree/master/rules) are modified version based on [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript). -All rules are described at [.eslintrc](.eslintrc) file. - -### Commit Log Guidelines -egjs-view360 use commit logs in many different purposes (like creating CHANGELOG, ease history searching, etc.). -To not break, you'll be forced to follow our commit log guidelines. -Before your commit/push, make sure following our commit log guidelines. - -The outline is as below: -``` -(): - - - -