Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CaoMeiYouRen/cmyr-template-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Dec 11, 2021
2 parents 341106c + 0787c36 commit 9165155
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cmyr-template-cli

# [1.2.0](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.1.1...v1.2.0) (2021-12-03)


### ✨ 新功能

* 更换包管理器为 pnpm ([e72b389](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/e72b389))

## [1.1.1](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.1.0...v1.1.1) (2021-12-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmyr-template-cli",
"version": "1.1.1",
"version": "1.2.0",
"description": "草梅友仁自制的项目模板创建器",
"author": "CaoMeiYouRen",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ const env = process.env
*/
export const __DEV__ = env.NODE_ENV === 'development'


export const PACKAGE_MANAGER = 'pnpm'

0 comments on commit 9165155

Please sign in to comment.