diff --git a/dolphinscheduler-ui/src/lib/@vue/component-compiler-utils/.circleci/config.yml b/dolphinscheduler-ui/src/lib/@vue/component-compiler-utils/.circleci/config.yml deleted file mode 100644 index 6e71dfe09c..0000000000 --- a/dolphinscheduler-ui/src/lib/@vue/component-compiler-utils/.circleci/config.yml +++ /dev/null @@ -1,31 +0,0 @@ -# Javascript Node CircleCI 2.0 configuration file -# -# Check https://circleci.com/docs/2.0/language-javascript/ for more details -# -version: 2 -jobs: - build: - docker: - - image: circleci/node:6 - - working_directory: ~/repo - - steps: - - checkout - - # Download and cache dependencies - - restore_cache: - keys: - - v1-dependencies-{{ checksum "package.json" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - - - run: yarn install - - - save_cache: - paths: - - node_modules - key: v1-dependencies-{{ checksum "package.json" }} - - # run tests! - - run: yarn test diff --git a/dolphinscheduler-ui/src/lib/@vue/component-compiler-utils/.prettierrc.js b/dolphinscheduler-ui/src/lib/@vue/component-compiler-utils/.prettierrc.js deleted file mode 100644 index 09bb5f8f7c..0000000000 --- a/dolphinscheduler-ui/src/lib/@vue/component-compiler-utils/.prettierrc.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - semi: false, - singleQuote: true -} diff --git a/dolphinscheduler-ui/src/lib/@vue/component-compiler-utils/CHANGELOG.md b/dolphinscheduler-ui/src/lib/@vue/component-compiler-utils/CHANGELOG.md deleted file mode 100644 index 073aaf8fb9..0000000000 --- a/dolphinscheduler-ui/src/lib/@vue/component-compiler-utils/CHANGELOG.md +++ /dev/null @@ -1,125 +0,0 @@ - -# [2.2.0](https://github.com/vuejs/component-compiler-utils/compare/v2.1.2...v2.2.0) (2018-08-16) - - -### Features - -* **scoped-css:** support leading >>> or /deep/ in selectors ([1a3b5bb](https://github.com/vuejs/component-compiler-utils/commit/1a3b5bb)) - - - - -## [2.1.2](https://github.com/vuejs/component-compiler-utils/compare/v2.1.1...v2.1.2) (2018-08-09) - - -### Bug Fixes - -* pin prettier version ([5f138a6](https://github.com/vuejs/component-compiler-utils/commit/5f138a6)) - - - - -## [2.1.1](https://github.com/vuejs/component-compiler-utils/compare/v2.1.0...v2.1.1) (2018-08-07) - - -### Bug Fixes - -* remove space after selector when inserting scoped attribute ([5b299ed](https://github.com/vuejs/component-compiler-utils/commit/5b299ed)), closes [vue-loader/#1370](https://github.com/vuejs/component-compiler-utils/issues/1370) - - - - -# [2.1.0](https://github.com/vuejs/component-compiler-utils/compare/v2.0.0...v2.1.0) (2018-07-03) - - -### Bug Fixes - -* Forward preprocessor options to less ([#25](https://github.com/vuejs/component-compiler-utils/issues/25)) ([3b19c1e](https://github.com/vuejs/component-compiler-utils/commit/3b19c1e)), closes [#24](https://github.com/vuejs/component-compiler-utils/issues/24) -* should work with variable named render (close [#23](https://github.com/vuejs/component-compiler-utils/issues/23)) ([273827b](https://github.com/vuejs/component-compiler-utils/commit/273827b)) - - -### Features - -* Support `stylus` as `