Skip to content

Commit

Permalink
chore: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjia committed Jul 3, 2022
1 parent 11fa113 commit 49fb340
Show file tree
Hide file tree
Showing 5 changed files with 1,229 additions and 1,249 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/node_modules
node_modules
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*

6 changes: 0 additions & 6 deletions .prettierrc.js

This file was deleted.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "vue-i18n-code-shift",
"version": "1.0.1",
"packageManager": "[email protected]",
"description": "vue 项目国际化全流程解决方案: 一个命令行工具,对代码里的中文文案一键完成提取、替换、翻译、导入、导出等,告别手动操作",
"main": "src/index.js",
"repository": "[email protected]:jonjia/vue-i18n-code-shift.git",
"author": "jonjia <[email protected]>",
"license": "MIT",
"keywords": [
"vue",
"i18n",
"codemod",
"codeshift",
"tool"
],
"bin": {
"vics": "src/index.js"
},
"homepage": "https://github.com/jonjia/vue-i18n-code-shift",
"bugs": {
"url": "https://github.com/jonjia/vue-i18n-code-shift/issues"
},
"homepage": "https://github.com/jonjia/vue-i18n-code-shift",
"repository": "[email protected]:jonjia/vue-i18n-code-shift.git",
"license": "MIT",
"author": "jonjia <[email protected]>",
"main": "src/index.js",
"bin": {
"vics": "src/index.js"
},
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.1",
Expand Down
Loading

0 comments on commit 49fb340

Please sign in to comment.