Skip to content

Commit

Permalink
bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
velzie committed Mar 4, 2024
1 parent 5592eb8 commit 6fa4766
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@nebula-services/ultraviolet",
"version": "1.0.11.patch.7",
"name": "@titaniumnetwork-dev/ultraviolet",
"version": "3.0.0",
"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",
"repository": {
"type": "git",
"url": "https://github.com/NebulaServices/Ultraviolet.git"
"url": "https://github.com/titaniumnetwork-dev/Ultraviolet.git"
},
"files": [
"dist",
"lib"
],
"type": "module",
"scripts": {
"build": "node build.js",
"dev": "node build.js --dev",
"build": "rimraf dist/ && node build.js",
"dev": "rimraf dist/ && node build.js --dev",
"publish": "npm run build && npm publish --access public"
},
"dependencies": {
Expand Down

0 comments on commit 6fa4766

Please sign in to comment.