Skip to content

Commit

Permalink
it compiles!
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Schiessl <[email protected]>
  • Loading branch information
Stefan Schiessl committed May 20, 2019
1 parent 9eebab9 commit 5272023
Show file tree
Hide file tree
Showing 9 changed files with 43,200 additions and 14,913 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"presets": [
"./tools/es2015Preset",
"stage-1"
"./tools/es2015Preset"
],
"env": {
"cjs": {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ open out/esdoc/index.html
To bundle the entire library into a single javascript file, use:

```
webpack --config webpack.config.js
npm run webpack
```

The compile `bitshares.js` will be located in `build/`.
The compile `bitshares.cjs` will be located in `build/`.
Loading

0 comments on commit 5272023

Please sign in to comment.