Skip to content

Commit

Permalink
fix npm versioning error
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Jul 2, 2024
1 parent fc17158 commit 823f0d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.4

- This version of Ultraviolet fixes an NPM versioning error.

# 3.1.3

- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This solves an issue with the types and exports being incorrect.
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@titaniumnetwork-dev/ultraviolet",
"version": "3.1.3",
"version": "3.1.4",
"description": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
"main": "lib/index.cjs",
"license": "MIT",
Expand All @@ -18,8 +18,7 @@
"scripts": {
"build": "node build.js",
"dev": "node build.js --dev",
"publish": "npm run build",
"pack": "npm run build && npm pack"
"prepare": "npm run build"
},
"devDependencies": {
"@mercuryworkshop/bare-mux": "^1.1.2",
Expand Down

0 comments on commit 823f0d7

Please sign in to comment.