]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: sort dependencies before writing to disk
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 7 Oct 2021 06:39:40 +0000 (14:39 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 7 Oct 2021 06:39:40 +0000 (14:39 +0800)
commit10f4d2e8d51c412fe7b10c8d4dcad4c22bb60c29
tree8b612cf0619a615d3fdcba56898e540c60a81da2
parente733dab0fabf552ffbb3034fcebc58268ff80686
feat: sort dependencies before writing to disk

So that users' subsequent `npm add` calls won't mess the `package.json`.
30 files changed:
playground/jsx-router-vuex-with-tests/package.json
playground/jsx-router-vuex/package.json
playground/jsx-router-with-tests/package.json
playground/jsx-router/package.json
playground/jsx-vuex-with-tests/package.json
playground/jsx-vuex/package.json
playground/jsx-with-tests/package.json
playground/jsx/package.json
playground/router-vuex-with-tests/package.json
playground/router-with-tests/package.json
playground/typescript-jsx-router-vuex-with-tests/package.json
playground/typescript-jsx-router-vuex/package.json
playground/typescript-jsx-router-with-tests/package.json
playground/typescript-jsx-router/package.json
playground/typescript-jsx-vuex-with-tests/package.json
playground/typescript-jsx-vuex/package.json
playground/typescript-jsx-with-tests/package.json
playground/typescript-jsx/package.json
playground/typescript-router-vuex-with-tests/package.json
playground/typescript-router-vuex/package.json
playground/typescript-router-with-tests/package.json
playground/typescript-router/package.json
playground/typescript-vuex-with-tests/package.json
playground/typescript-vuex/package.json
playground/typescript-with-tests/package.json
playground/typescript/package.json
playground/vuex-with-tests/package.json
playground/with-tests/package.json
utils/renderTemplate.js
utils/sortDependencies.js [new file with mode: 0644]