Skip to content

Commit

Permalink
v1.1.1: fix botched NPM release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Apr 1, 2023
1 parent 0875efb commit b3dd0d8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
{
"name": "@badge.team/badge-webusb",
"version": "1.1.0",
"version": "1.1.1",
"description": "Web API for the Badge.team MCH2022 badge",
"keywords": [
"USB", "WebUSB",
"USB",
"WebUSB",
"badge",
"MCH2022"
],

"main": "./dist/badge-api.js",
"files": [
"./dist",
"LICENSE",
"README.md"
],

"dependencies": {
"@types/w3c-web-usb": "^1.0.6",
"fancy-error": "^1.0.0",
"typescript":">=4.5.0 <6.0.0"
"typescript": ">=4.5.0 <6.0.0"
},

"scripts": {
"build": "tsc"
},

"repository": "github:badgeteam/mch2022-webusb-lib",
"bugs": "https://github.com/badgeteam/mch2022-webusb-lib/issues",

"author": "Reinier van der Leer <[email protected]> (https://pwuts.nl)"
}

0 comments on commit b3dd0d8

Please sign in to comment.