Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Remove build directive and refer to ethereumjs/browser-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 9, 2016
1 parent 3f458da commit e50358b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -33,8 +33,7 @@ var serializedTx = tx.serialize()
```

# BROWSER
To build for standalone use in the browser install `browserify` and run `npm run build`. For standalone use in the browser inculde ./dist/ethereumjs-tx.js This will give you a gobal varible `EthTx` to use.

For a browser build please see https://github.com/ethereumjs/browser-builds.

# API
[./docs/](./docs/index.md)
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,6 @@
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start karma.conf.js",
"test:node": "tape ./test/index.js",
"build": "browserify --s EthTx index.js > ./dist/ethereumjs-tx.js",
"build:docs": "documentation --github -f md ./index.js > ./docs/index.md"
},
"keywords": [
Expand Down

0 comments on commit e50358b

Please sign in to comment.