Add CI to publish to NPM and bump to 1.1

This commit is contained in:
William Oldham 2024-12-30 15:50:59 +00:00
commit 3abcf166e8
3 changed files with 34 additions and 5 deletions

View file

@ -1,5 +1,10 @@
{
"name": "@pretendonetwork/error-codes",
"version": "1.0.3",
"description": "Translated error code information for the Wii U and 3DS"
}
"name": "@pretendonetwork/error-codes",
"version": "1.1.0",
"description": "Translated error code information for the Wii U and 3DS",
"main": "index.js",
"files": [
"index.js",
"data"
]
}