Skip to content

Commit c947ed6

Browse files
committed
prepare for publish
1 parent a2ad232 commit c947ed6

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.publishrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"confirm": true,
1111
"publishCommand": "npm publish",
1212
"publishTag": "latest",
13-
"prePublishScript": "npm make",
13+
"prePublishScript": "npm run make",
1414
"postPublishScript": false
15-
}
15+
}

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"typescript": "^3.9.7"
3434
},
3535
"dependencies": {
36-
"archiver": "^5.0.0",
36+
"archiver": "^5.0.2",
3737
"chalk": "^4.1.0",
3838
"ora": "^5.0.0",
39-
"publish-please": "^5.5.1",
39+
"publish-please": "^5.5.2",
4040
"request": "^2.88.2",
4141
"socket.io-client": "^2.3.0",
4242
"testingbot-tunnel-launcher": "^1.1.7",

0 commit comments

Comments
 (0)