Skip to content

Commit

Permalink
add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu committed Aug 5, 2021
1 parent 9c79e10 commit e7aa0cc
Show file tree
Hide file tree
Showing 3 changed files with 7,299 additions and 7,211 deletions.
5 changes: 5 additions & 0 deletions .release-it.json
@@ -0,0 +1,5 @@
{
"github": {
"release": true
}
}
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -31,7 +31,8 @@
},
"types": "./lib/qr.d.ts",
"scripts": {
"test": "ava ./tests/test.js"
"test": "ava ./tests/test.js",
"release": "release-it"
},
"size-limit": [
{
Expand All @@ -49,14 +50,14 @@
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"looks-same": "^7.3.0",
"release-it": "^14.10.1",
"size-limit": "^4.10.2"
},
"dependencies": {
"@jimp/png": "^0.16.1",
"@svgdotjs/svg.js": "^3.0.16",
"jimp": "^0.16.1",
"pdf-lib": "^1.16.0",
"release-it": "^14.5.1",
"svgdom": "^0.1.8",
"upng": "^1.0.1"
}
Expand Down

0 comments on commit e7aa0cc

Please sign in to comment.