Skip to content

Commit e082bd0

Browse files
committed
chore: upgrade to "@ossjs/release@ 0.5.x
1 parent b0d778d commit e082bd0

File tree

4 files changed

+85
-63
lines changed

4 files changed

+85
-63
lines changed

ossjs.release.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/open-draft/deferred-promise"
3030
},
3131
"devDependencies": {
32-
"@ossjs/release": "^0.4.0",
32+
"@ossjs/release": "^0.7.2",
3333
"@types/jest": "^29.0.1",
3434
"jest": "^29.0.3",
3535
"rimraf": "^3.0.2",

release.config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": [
3+
{
4+
"name": "latest",
5+
"use": "npm publish --access public"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)