Skip to content

Commit

Permalink
Merge pull request bitshares#2 from cypherstack/tusc
Browse files Browse the repository at this point in the history
TUSC renames and location changes
  • Loading branch information
danrmiller authored Oct 6, 2021
2 parents 5cabff4 + 532a67a commit ea9e97c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bitsharesjs-ws",
"version": "4.0.0",
"description": "Pure JavaScript BitShares websocket interface for node.js and browsers.",
"name": "tuscjs-ws",
"version": "0.1.0",
"description": "Pure JavaScript TUSC websocket interface for node.js and browsers.",
"browser": {
"ws": false
},
Expand All @@ -18,12 +18,12 @@
"build": "babel src -d lib",
"postbuild": "npm run browserify",
"prepare": "npm run build",
"browserify": "cross-env NODE_ENV=production browserify lib/index.js --standalone bitshares_ws -o build/bitsharesjs-ws.js -d",
"postbrowserify": "cross-env NODE_ENV=production minify build/bitsharesjs-ws.js --mangle --outFile build/bitsharesjs-ws.min.js"
"browserify": "cross-env NODE_ENV=production browserify lib/index.js --standalone tusc_ws -o build/tuscjs-ws.js -d",
"postbrowserify": "cross-env NODE_ENV=production minify build/tuscjs-ws.js --mangle --outFile build/tuscjs-ws.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitshares/bitsharesjs-ws.git"
"url": "git+https://github.com/TUSCNetwork/tuscjs-ws.git"
},
"author": "BitShares UI Worker <[email protected]>",
"contributors": [
Expand All @@ -33,7 +33,7 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bitshares/bitsharesjs-ws/issues"
"url": "https://github.com/TUSCNetwork/tuscjs-ws/issues"
},
"engines": {
"node": ">= 10.0.0"
Expand Down

0 comments on commit ea9e97c

Please sign in to comment.