Skip to content

Commit 6fa4766

Browse files
committed
bump version to 3.0.0
1 parent 5592eb8 commit 6fa4766

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "@nebula-services/ultraviolet",
3-
"version": "1.0.11.patch.7",
2+
"name": "@titaniumnetwork-dev/ultraviolet",
3+
"version": "3.0.0",
44
"description": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
55
"main": "lib/index.cjs",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/NebulaServices/Ultraviolet.git"
9+
"url": "https://github.com/titaniumnetwork-dev/Ultraviolet.git"
1010
},
1111
"files": [
1212
"dist",
1313
"lib"
1414
],
1515
"type": "module",
1616
"scripts": {
17-
"build": "node build.js",
18-
"dev": "node build.js --dev",
17+
"build": "rimraf dist/ && node build.js",
18+
"dev": "rimraf dist/ && node build.js --dev",
1919
"publish": "npm run build && npm publish --access public"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)