Browse Source

!64 fix: package.json使用中文名导致npm install执行失败

Merge pull request !64 from blue/v_2.0.0
master
blue 2 years ago
committed by Gitee
parent
commit
4044735bb7
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      im-ui/package.json
  2. 2
      im-uniapp/package.json

2
im-ui/package.json

@ -1,5 +1,5 @@
{
"name": "web",
"name": "boxim",
"version": "0.1.0",
"private": true,
"scripts": {

2
im-uniapp/package.json

@ -1,5 +1,5 @@
{
"name": "盒子IM",
"name": "boxim",
"uni-app": {
"scripts": {}
},

Loading…
Cancel
Save