Skip to content

Commit

Permalink
package.json: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhu committed Dec 24, 2020
1 parent 032177d commit 3fbaaae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-alicloud-mns",
"version": "1.1.0",
"version": "1.1.1",
"description": "Alicloud MNS plugin for egg",
"eggPlugin": {
"name": "alicloudMns"
Expand All @@ -9,7 +9,8 @@
"egg",
"eggPlugin",
"egg-plugin",
"mns"
"MNS",
"Aliyun"
],
"dependencies": {
"@alicloud/mns": "^1.0.0"
Expand Down Expand Up @@ -41,7 +42,8 @@
"config",
"agent.js",
"lib",
"app.js"
"app.js",
"index.d.ts"
],
"ci": {
"version": "8, 9"
Expand Down

0 comments on commit 3fbaaae

Please sign in to comment.