Skip to content

Commit

Permalink
Merge pull request #16 from awesome-starter/develop
Browse files Browse the repository at this point in the history
chore: release next version
  • Loading branch information
chengpeiquan authored Jan 24, 2022
2 parents 0f961c8 + 76039ee commit 2ef03b1
Show file tree
Hide file tree
Showing 12 changed files with 5,740 additions and 5,446 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-preset",
"description": "Provides the ability to quickly create preset projects.",
"version": "0.7.1",
"version": "0.8.0",
"author": "chengpeiquan",
"license": "MIT",
"homepage": "https://preset.js.org",
Expand All @@ -19,6 +19,7 @@
"build": "tsc --noEmit && vite build && npm run dts && npm run replace",
"dts": "tsc --emitDeclarationOnly --declaration --declarationDir ./dist/types",
"replace": "tscpaths -p tsconfig.json -s ./src -o ./dist/types",
"lint": "eslint src --ext .js,.ts",
"format": "prettier --write .",
"backup": "git add . && git commit -m \"chore: save the coding progress\" && git push"
},
Expand All @@ -33,15 +34,15 @@
"url": "https://github.com/awesome-starter/create-preset/issues"
},
"dependencies": {
"chalk": "^4.1.2",
"chalk": "4.1.2",
"commander": "^8.3.0",
"compare-versions": "^3.6.0",
"compare-versions": "3.6.0",
"download-git-repo": "^3.0.2",
"latest-version": "^5.1.0",
"leven": "^3.1.0",
"latest-version": "5.1.0",
"leven": "3.1.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.7",
"ora": "^5.4.1",
"node-fetch": "2.6.7",
"ora": "5.4.1",
"prompts": "^2.4.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2ef03b1

Please sign in to comment.